Skip to content

Commit

Permalink
Increase socketTimeout for Enshrouded
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Jan 30, 2024
1 parent 948e044 commit 85f7b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/application/checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ async function checkEnshrouded(ip, port) {
host: ip,
port,
attemptTimeout: 5000,
socketTimeout: 5000,
givenPortOnly: true,
maxRetries: 3,
});
Expand Down

0 comments on commit 85f7b8f

Please sign in to comment.