Skip to content

Commit

Permalink
Modify Bridge Params (#800)
Browse files Browse the repository at this point in the history
* change delay to 10 sec

* Update common.go
  • Loading branch information
temaniarpit27 authored and 0xKrishna committed Apr 5, 2022
1 parent 1de6713 commit bc8703a
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 @@ -56,7 +56,7 @@ const (

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

BridgeDBFlag = "bridge-db"
Expand Down

0 comments on commit bc8703a

Please sign in to comment.