Skip to content

Commit

Permalink
Increase the default timeout time to 15s
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigabyte5671 committed Jan 17, 2023
1 parent ccfeaea commit ebe4473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class LoginServerConnection {
#options: LoginServerConnectionOptions;
#timeToIdle = 3000;
#idleTimers = [] as NodeJS.Timeout[];
#timeToTimeout = 10000;
#timeToTimeout = 15000;
#socket = {} as net.Socket;
#messageQueue = [] as {
message: Messages.GenericMessage,
Expand Down

0 comments on commit ebe4473

Please sign in to comment.