diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-06-25 17:59:47 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-06-25 17:59:47 +0000 |
commit | 8dd355224e8731c9d1a77987651fab040fd33b6f (patch) | |
tree | 8367aaf3cc7cfd6b2ca8f69c440b12ec4ec23caf /bin | |
parent | 248b3fa2efab820f7791c2482b32e0c9fb5c9053 (diff) |
Increasing async threadpool.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958054 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r-- | bin/couchdb.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index a5cd7206..f6dc4090 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -221,7 +221,7 @@ start_couchdb () { touch $PID_FILE interactive_option="+Bd -noinput" fi - command="%ERL% $interactive_option -sasl errlog_type error +K true \ + command="%ERL% $interactive_option -sasl errlog_type error +K true +A 4 \ -env ERL_LIBS %localerlanglibdir% -couch_ini $start_arguments -s couch" if test "$BACKGROUND" = "true" -a "$RECURSED" = "false"; then $0 $background_start_arguments -b -r $RESPAWN_TIMEOUT -p $PID_FILE \ |