summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-26 09:11:28 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-26 09:11:28 +0300
commitfff144a8279ac36ce83e6b975f17f6dbc35f39d6 (patch)
tree8ae6c63547ed985cbaf731d3f5b5dc34ad1d92fb /start-wekan.sh
parent85ca2b1363ed0bad8639ba7ed65c55e445816947 (diff)
downloadwekan-fff144a8279ac36ce83e6b975f17f6dbc35f39d6.tar.gz
wekan-fff144a8279ac36ce83e6b975f17f6dbc35f39d6.tar.bz2
wekan-fff144a8279ac36ce83e6b975f17f6dbc35f39d6.zip
- Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works
and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index 48337d3c..48f8f517 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -226,8 +226,10 @@
# example : export LDAP_BACKGROUND_SYNC=true
#export LDAP_BACKGROUND_SYNC=false
# LDAP_BACKGROUND_SYNC_INTERVAL : At which interval does the background task sync in milliseconds
- # example : export LDAP_BACKGROUND_SYNC_INTERVAL=12345
- #export LDAP_BACKGROUND_SYNC_INTERVAL=100
+ # 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
+ export LDAP_BACKGROUND_SYNC_INTERVAL=''
# LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED :
# example : export LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=true
#export LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=false