summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2010-07-01 21:01:40 +0000
committerDamien F. Katz <damien@apache.org>2010-07-01 21:01:40 +0000
commit1dc0804d97ac2ff9f6bb4f274eb4ecb815404586 (patch)
treeadb149b51b70e869a567044648d648caac27addc /bin
parentc4a2f52b046464fd0a34ac497925ec7b424b7cf6 (diff)
Added comment why we use werl instead of erl by default. It's because of testing restarts that fail sometimes when using erl.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/couchdb.bat.tpl.in2
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...