fix default interval
This commit is contained in:
parent
a23c2d159a
commit
01a01191dd
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class Monboob(ReplApplication):
|
||||||
APPNAME = 'monboob'
|
APPNAME = 'monboob'
|
||||||
VERSION = '0.4'
|
VERSION = '0.4'
|
||||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||||
CONFIG = {'interval': 15,
|
CONFIG = {'interval': 300,
|
||||||
'domain': 'weboob.example.org',
|
'domain': 'weboob.example.org',
|
||||||
'recipient': 'weboob@example.org',
|
'recipient': 'weboob@example.org',
|
||||||
'smtp': 'localhost',
|
'smtp': 'localhost',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue