Skip to content

Commit

Permalink
Chanked checkTimeoutInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Apr 4, 2024
1 parent 616419d commit 64c0253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/createNewBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const createNewBot = (props: Props): Bot => {
username: botName,
host: server,
port: port,
version
version,
checkTimeoutInterval: 1000 * 60 * 5,
})

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

0 comments on commit 64c0253

Please sign in to comment.