From 1dc0804d97ac2ff9f6bb4f274eb4ecb815404586 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Thu, 1 Jul 2010 21:01:40 +0000 Subject: 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 --- bin/couchdb.bat.tpl.in | 2 ++ 1 file changed, 2 insertions(+) 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... -- cgit v1.2.3