Skip to content

Commit

Permalink
Undo change to find what was the one that solved the queue
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Mar 16, 2024
1 parent f0140a4 commit 6b53760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions service/app/handler_process_saved_event.go
Expand Up @@ -26,8 +26,7 @@ var (
)
)

// const sendEventToRelayTimeout = 6 * time.Second
const sendEventToRelayTimeout = 30 * time.Second
const sendEventToRelayTimeout = 6 * time.Second

type ProcessSavedEvent struct {
id domain.EventId
Expand Down

0 comments on commit 6b53760

Please sign in to comment.