diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-29 13:59:44 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-04-29 13:59:44 +0200 |
commit | aa6b4ce6943f6603930ae3dec97c8ffdf9561368 (patch) | |
tree | 04f0b96d0c573e26290eec7befddf0b4c7b4ab4d /conf | |
parent | a3f6ada361d0942dbe60074d348b9bcf6be83efd (diff) | |
download | pykolab-aa6b4ce6943f6603930ae3dec97c8ffdf9561368.tar.gz |
Add the new setting [kolab] sync_interval to the default configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/kolab.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index e0f64c3..840cbd7 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -17,6 +17,11 @@ imap_backend = cyrus-imap ; The default locale for this Kolab Groupware installation default_locale = en_US +; Synchronization interval - describes the number of seconds to wait in +; between non-persistent synchronization attempts. Relevant only for +; deployments that lack persistent search and syncrepl ldap controls. +sync_interval = 300 + [ldap] ; The URI to LDAP ldap_uri = ldap://localhost:389 |