Skip to content

Commit

Permalink
Run the update queue every 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Feb 27, 2024
1 parent da6b858 commit e651dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recordadder.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (s *Server) runTimedTask() error {

cancel()

time.Sleep(time.Hour)
time.Sleep(time.Minute * 15)
}

return nil
Expand Down

0 comments on commit e651dd1

Please sign in to comment.