Skip to content

Commit

Permalink
hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Vitanov committed Mar 27, 2024
1 parent 2734ec7 commit 1ec626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/logic_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (e eventsLogic) processWebToolsEvents() {
//* keep the already exisiting events IDS THE SAME!

return nil
}, 60000)
}, 180000)

if err != nil {
e.logger.Errorf("error performing transaction - %s", err)
Expand Down

0 comments on commit 1ec626e

Please sign in to comment.