diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchdb.bat.tpl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/couchdb.bat.tpl.in b/bin/couchdb.bat.tpl.in index 369f1d81..48d78513 100644 --- a/bin/couchdb.bat.tpl.in +++ b/bin/couchdb.bat.tpl.in @@ -18,6 +18,8 @@ rem then change to the erlang bin directory cd %~dp0 rem Allow a different erlang executable (eg, erl) to be used. +rem When using erl instead of werl, server restarts during test runs can fail +rem intermittently. But using erl should be fine for production use. if "%ERL%x" == "x" set ERL=werl.exe echo CouchDB %version% - prepare to relax... |