summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorKevin Köllmann <kevin.koellmann001@stud.fh-dortmund.de>2019-12-18 15:12:36 +0100
committerKevin Köllmann <kevin.koellmann001@stud.fh-dortmund.de>2019-12-18 15:12:36 +0100
commitf96bba7a63b2f66a03f3dcd6b10c32c85c215521 (patch)
tree9c3e83915a162d9de1fd95c3d6e348af62fce680 /docker-compose.yml
parent3b3950369ce07aa9e6fc4ab1bef9fb8a4993e398 (diff)
downloadwekan-f96bba7a63b2f66a03f3dcd6b10c32c85c215521.tar.gz
wekan-f96bba7a63b2f66a03f3dcd6b10c32c85c215521.tar.bz2
wekan-f96bba7a63b2f66a03f3dcd6b10c32c85c215521.zip
Update the LDAP_BACKGROUND_SYNC_INTERVAL setting documentation
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a0e641c1..577ae87e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -441,8 +441,9 @@ services:
#- LDAP_BACKGROUND_SYNC=false
#
# At which interval does the background task sync in milliseconds.
- # Leave this unset, so it uses default, and does not crash.
- # https://github.com/wekan/wekan/issues/2354#issuecomment-515305722
+ # The format must be as specified in:
+ # http://bunkat.github.io/later/parsers.html#text
+ # The default is "every 1 hour"
- LDAP_BACKGROUND_SYNC_INTERVAL=''
#
#- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false