Skip to content

Commit

Permalink
Fix: Increase timeout for inactive instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Aug 21, 2024
1 parent 4deb1e1 commit df0ff29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const categories: string[] = [

const gameSocketTemplate: string = 'wss://tools.hub.luzifer.io/ws/slf-{gameId}'

const instanceTimeout: number = 30000 // ms
const instanceTimeout: number = 120000 // ms

export {
categories,
Expand Down

0 comments on commit df0ff29

Please sign in to comment.