Skip to content

Commit

Permalink
add more checkTimeoutInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Apr 4, 2024
1 parent 5316cfb commit 4e73369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/createNewBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const createNewBot = (props: Props): Bot => {
host: server,
port: port,
version,
checkTimeoutInterval: 1000 * 60 * 5,
checkTimeoutInterval: 10000 * 60 * 5,
})

const botConfig = new Proxy(cloneDeep(defaultConfig), {
Expand Down

0 comments on commit 4e73369

Please sign in to comment.