summaryrefslogtreecommitdiffstats
path: root/releases
diff options
context:
space:
mode:
Diffstat (limited to 'releases')
-rwxr-xr-xreleases/virtualbox/start-wekan.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index a300d44d..a1b0fa69 100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
@@ -224,8 +224,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