Skip to content

Commit

Permalink
task delay change
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 committed Jun 13, 2022
1 parent 7d44d45 commit 87ca16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/setu/util/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (

TransactionTimeout = 1 * time.Minute
CommitTimeout = 2 * time.Minute
TaskDelayBetweenEachVal = 24 * time.Second
TaskDelayBetweenEachVal = 10 * time.Second
RetryTaskDelay = 12 * time.Second

BridgeDBFlag = "bridge-db"
Expand Down

0 comments on commit 87ca16f

Please sign in to comment.