xmaker: adjust accountUpdater's ticker to 3 min

This commit is contained in:
c9s 2024-08-28 16:41:40 +08:00
parent 77b7b29739
commit d36bbe5fb5
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -962,7 +962,7 @@ func (s *Strategy) quoteWorker(ctx context.Context) {
}
func (s *Strategy) accountUpdater(ctx context.Context) {
ticker := time.NewTicker(1 * time.Minute)
ticker := time.NewTicker(3 * time.Minute)
defer ticker.Stop()
for {
select {