From fe27445e9eabfd4fd0118460a271ec8e309516b9 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 12 Mar 2012 22:42:28 -0400 Subject: [PATCH] Set sensible email check timer --- apps/sources/conf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sources/conf/settings.py b/apps/sources/conf/settings.py index c854ed65d4..b5e3d7a02c 100644 --- a/apps/sources/conf/settings.py +++ b/apps/sources/conf/settings.py @@ -9,7 +9,7 @@ from smart_settings.api import Setting, SettingNamespace namespace = SettingNamespace('sources', _(u'Sources'), module='sources.conf.settings') POP3_DEFAULT_TIMEOUT = 10 # for POP3 only not POP3_SSL -POP3_DEFAULT_EMAIL_PROCESSING_INTERVAL = 5 +POP3_DEFAULT_EMAIL_PROCESSING_INTERVAL = 60 DEFAULT_POP3_EMAIL_LOG_COUNT = 10 # Max log entries to store Setting(