[geary: 13/66] Fix typo backgrounded app idle timeout value
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 13/66] Fix typo backgrounded app idle timeout value
- Date: Tue, 30 Jun 2020 07:08:43 +0000 (UTC)
commit a2d8f1790dd3858c944c5ceb46ec5193dc02cae5
Author: Chris Heywood <15127-creywood users noreply gitlab gnome org>
Date: Wed Jan 8 13:38:05 2020 +0100
Fix typo backgrounded app idle timeout value
src/client/application/application-controller.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/application-controller.vala
b/src/client/application/application-controller.vala
index 17b232952..9f98f091b 100644
--- a/src/client/application/application-controller.vala
+++ b/src/client/application/application-controller.vala
@@ -18,7 +18,7 @@ internal class Application.Controller : Geary.BaseObject {
private const uint MAX_AUTH_ATTEMPTS = 3;
- private const uint CLEANUP_WORK_AFTER_IDLE_BACKGROUND_MINUTES = 60 * 24;
+ private const uint CLEANUP_WORK_AFTER_IDLE_BACKGROUND_MINUTES = 5;
/** Determines if conversations can be trashed from the given folder. */
public static bool does_folder_support_trash(Geary.Folder? target) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]