Improve gossip use for drone and wallet
- Add utility function - Add thread sleep - Enable configurable timeout for gossip poll
This commit is contained in:
committed by
Tyera Eulberg
parent
4fdd9fbfca
commit
d4c41219f9
@ -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 \
|
||||
--timeout 120 \
|
||||
> >($drone_logger) 2>&1 &
|
||||
pid=$!
|
||||
oom_score_adj "$pid" 1000
|
||||
|
Reference in New Issue
Block a user