Skip to content

Commit

Permalink
Update retriever.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Oct 9, 2023
1 parent ae2cfd0 commit 7123c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/retriever.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const advancedAuth = config.ENABLE_RETRIEVER_ADVANCED_AUTH

const app = express();
const steamObj = {};
const minUpTimeSeconds = 120;
const minUpTimeSeconds = 300;
const timeoutMs = 1500;
const accountsToUse = 2;
const matchRequestLimit = 950;
Expand Down

0 comments on commit 7123c3f

Please sign in to comment.