summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
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.bat
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.bat')
-rwxr-xr-xstart-wekan.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index d84e9eb1..f51d1f08 100755
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -216,8 +216,10 @@ REM # example : LDAP_BACKGROUND_SYNC=true
REM SET LDAP_BACKGROUND_SYNC=false
REM # LDAP_BACKGROUND_SYNC_INTERVAL : At which interval does the background task sync in milliseconds
-REM # example : LDAP_BACKGROUND_SYNC_INTERVAL=12345
-REM SET LDAP_BACKGROUND_SYNC_INTERVAL=100
+REM # At which interval does the background task sync in milliseconds.
+REM # Leave this unset, so it uses default, and does not crash.
+REM # https://github.com/wekan/wekan/issues/2354#issuecomment-515305722
+SET LDAP_BACKGROUND_SYNC_INTERVAL=''
REM # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED :
REM # example : LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED=true