We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78954b commit a1e11a2Copy full SHA for a1e11a2
cmd/discord/router/handler.go
@@ -91,7 +91,7 @@ func (router *router) HTTPHandler() (http.HandlerFunc, error) {
91
// run the interaction handler
92
go func() {
93
// while the limit for a deferred reply is on a scale of minutes, we probably do not want a user to wait that long
94
- ctx, cancel := context.WithTimeout(context.Background(), time.Second*7)
+ ctx, cancel := context.WithTimeout(context.Background(), time.Second*15)
95
defer cancel()
96
97
router.handleInteraction(ctx, data, cmd)
0 commit comments