Skip to content

Commit

Permalink
fix(tracer): set tracer timeout default back to 10s (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Jun 18, 2024
1 parent 0d1683f commit 416f263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rundler/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub struct CommonArgs {
long = "tracer_timeout",
name = "tracer_timeout",
env = "TRACER_TIMEOUT",
default_value = "15s",
default_value = "10s",
global = true
)]
tracer_timeout: String,
Expand Down

0 comments on commit 416f263

Please sign in to comment.