Skip to content

Commit

Permalink
added stopwaitsecs value of 300 seconds to supervisord programs (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
JfeedZ authored Feb 27, 2024
1 parent 1ec2d9c commit debadee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ command=/app/op-node-entrypoint
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
stopwaitsecs=300

[program:op-geth]
command=/app/geth-entrypoint
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
redirect_stderr=true
stopwaitsecs=300

0 comments on commit debadee

Please sign in to comment.