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-05-04 13:48:58 +0100 |
commit | 6a7a997f1984dca045113aed4995606ce1b128ec (patch) | |
tree | 1323752e5c49ae87c7334ce1c562b2265f768c93 | |
parent | f4915013da5d4846f76a81933e8a54f5e55a811a (diff) | |
download | pykolab-6a7a997f1984dca045113aed4995606ce1b128ec.tar.gz |
Add the new setting [kolab] sync_interval to the default configuration
-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 339ec33..f34445c 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 |