Skip to content

Commit

Permalink
refactor: visibility timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Aug 29, 2024
1 parent 60da655 commit e1337c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/snssqs/snssqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
defaultVisibilityTimeout int32 = 4
defaultVisibilityTimeout int32 = 8
defaultWaitSeconds int32 = 8
)

Expand Down

0 comments on commit e1337c8

Please sign in to comment.