summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 15:00:31 +0200
committerGitHub <noreply@github.com>2019-12-20 15:00:31 +0200
commite3d0aece147df1957d2c1d4a42267938055cde1c (patch)
tree618ade0105f99a2e8f3109274b146163a6090d10
parent3b3950369ce07aa9e6fc4ab1bef9fb8a4993e398 (diff)
parent75dae5c714c0d2574202dde7292e2f108a7a27f6 (diff)
downloadwekan-e3d0aece147df1957d2c1d4a42267938055cde1c.tar.gz
wekan-e3d0aece147df1957d2c1d4a42267938055cde1c.tar.bz2
wekan-e3d0aece147df1957d2c1d4a42267938055cde1c.zip
Merge pull request #2855 from koelle25/fix-ldap-background-sync-documentation
Fix ldap background sync documentation
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a0e641c1..7d8b3453 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -441,9 +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
- - LDAP_BACKGROUND_SYNC_INTERVAL=''
+ # The format must be as specified in:
+ # https://bunkat.github.io/later/parsers.html#text
+ - LDAP_BACKGROUND_SYNC_INTERVAL='every 1 hour'
#
#- LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false
#