Skip to content

Commit

Permalink
Merge pull request #5 from lista-dao/feature/poke
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ricklista authored Mar 19, 2024
2 parents e911a5e + 094bc32 commit c666160
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, 3*time.Minute)
j.cache.SetWithTTL("poke", true, 1, 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 c666160

Please sign in to comment.