Skip to content

Commit

Permalink
Merge branch 'feature/poke'
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklista committed Mar 19, 2024
2 parents 78a7e68 + 1aea400 commit 216cb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jobs/start_auction.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (j *startAuctionJob) startAuction(user analyticsv1.User) error {
return errors.Wrap(err, "j.inter.Poke")
}

j.cache.SetWithTTL("poke", true, 1, time.Minute)
j.cache.SetWithTTL("poke", true, 1, 3*time.Minute)

logrus.Infof("poke tx %s", tx.Hash().String())
opts.Nonce = opts.Nonce.Add(opts.Nonce, big.NewInt(1))
Expand Down

0 comments on commit 216cb4d

Please sign in to comment.