back to 4 TX threads

This commit is contained in:
Rob Walker 2018-08-16 10:21:42 -07:00
parent 036fcced31
commit 73797c789b
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ client_start() {
snap info solana; \
sudo snap get solana; \
threadCount=\$(nproc); \
if [[ \$threadCount -gt 4 ]]; then threadCount=4; fi; \
tmux kill-session -t solana; \
tmux new -s solana -d \" \
set -x; \