[geary/wip/unread-status-714865] Bump refresh time down from 4 to 2 minutes
- From: Charles Lindsay <clindsay src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/unread-status-714865] Bump refresh time down from 4 to 2 minutes
- Date: Fri, 21 Feb 2014 01:35:12 +0000 (UTC)
commit 3cbce89caae29bfd61e96e9cd6ee82d853d970c9
Author: Charles Lindsay <chaz yorba org>
Date: Thu Feb 20 17:34:56 2014 -0800
Bump refresh time down from 4 to 2 minutes
.../imap-engine/imap-engine-generic-account.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/engine/imap-engine/imap-engine-generic-account.vala
b/src/engine/imap-engine/imap-engine-generic-account.vala
index 8d05d2f..29f7478 100644
--- a/src/engine/imap-engine/imap-engine-generic-account.vala
+++ b/src/engine/imap-engine/imap-engine-generic-account.vala
@@ -5,7 +5,7 @@
*/
private abstract class Geary.ImapEngine.GenericAccount : Geary.AbstractAccount {
- private const int REFRESH_FOLDER_LIST_SEC = 4 * 60;
+ private const int REFRESH_FOLDER_LIST_SEC = 2 * 60;
private const int REFRESH_UNSEEN_SEC = 1;
private static Geary.FolderPath? outbox_path = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]