Skip to content

Commit

Permalink
update the default back to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Aug 5, 2024
1 parent a7ce285 commit 95d6497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/main/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const (
storeIncomingTxsUsage = "Flag to enable storing incoming transactions in the database for debugging purposes. Default: true"

rateLimitUserComputeTimeName = "rateLimitUserComputeTime"
rateLimitUserComputeTimeDefault = 0
rateLimitUserComputeTimeDefault = 10 * time.Second
rateLimitUserComputeTimeUsage = "rateLimitUserComputeTime represents how much compute time is user allowed to used in rateLimitWindow time. If rateLimitUserComputeTime is set to 0, rate limiting is turned off. Default: 10s."

rateLimitWindowName = "rateLimitWindow"
Expand Down

0 comments on commit 95d6497

Please sign in to comment.