Skip to content

Commit

Permalink
update default timeout values (10 -> 15 seconds)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoToast committed Sep 16, 2023
1 parent c0a7349 commit 77a8ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/global/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export const config: Config = {
timeoutThresholds: {
discordLogin: convertTimeoutThreshold('discordLogin', 30),
fetchResults: convertTimeoutThreshold('fetchResults', 30),
generateResource: convertTimeoutThreshold('generateResource', 10),
connect: convertTimeoutThreshold('connect', 10),
play: convertTimeoutThreshold('play', 10),
generateResource: convertTimeoutThreshold('generateResource', 15),
connect: convertTimeoutThreshold('connect', 15),
play: convertTimeoutThreshold('play', 15),
inactivity: convertTimeoutThreshold('inactivity', 300),
stopMessageListeners: convertTimeoutThreshold('stopMessageListeners', 180),
},
Expand Down

0 comments on commit 77a8ce1

Please sign in to comment.