Skip to content

Commit

Permalink
Initial default timeouts for drone/wallet gossip use
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Aug 20, 2018
1 parent 3db0bfd commit 76aec9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions multinode-demo/drone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $rsync -vPz "$rsync_leader_url"/config/leader.json "$SOLANA_CONFIG_DIR"/
trap 'kill "$pid" && wait "$pid"' INT TERM
$solana_drone \
-l "$SOLANA_CONFIG_DIR"/leader.json -k "$SOLANA_CONFIG_PRIVATE_DIR"/mint.json \
-w 120 \
> >($drone_logger) 2>&1 &
pid=$!
oom_score_adj "$pid" 1000
Expand Down
2 changes: 1 addition & 1 deletion multinode-demo/wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ fi

# shellcheck disable=SC2086 # $solana_wallet should not be quoted
exec $solana_wallet \
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" "$@"
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" -w 10 "$@"

0 comments on commit 76aec9b

Please sign in to comment.