From fff144a8279ac36ce83e6b975f17f6dbc35f39d6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Jul 2019 09:11:28 +0300 Subject: - 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 --- releases/virtualbox/start-wekan.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'releases') 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 -- cgit v1.2.3-1-g7c22