Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cc1fdce

Browse files
committed
increase node workers
1 parent 33ff91f commit cc1fdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33

44
# nohup node ~/tc-api/node_modules/.bin/actionHero start 2>&1 &
55
#forever start -d -v -a -l "${DIR}/log/forever.log" "${DIR}/node_modules/actionhero/bin/actionhero" start
6-
forever start -d -a -l "${DIR}/log/forever.log" "${DIR}/node_modules/actionhero/bin/actionhero" startCluster --workers=2
6+
forever start -d -a -l "${DIR}/log/forever.log" "${DIR}/node_modules/actionhero/bin/actionhero" startCluster --workers=10

0 commit comments

Comments
 (0)