Skip to content

Commit 7d4b5ee

Browse files
authored
Update retriever.ts
1 parent e4b0667 commit 7d4b5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/retriever.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const failedLogin = new Map<string, string>();
1717
const numAccounts = Number(config.RETRIEVER_NUM_ACCOUNTS);
1818
const matchesPerAccount = 100;
1919
const accountAttemptMax = 10;
20-
const matchRequestInterval = Math.max(1000 / numAccounts, 400);
20+
const matchRequestInterval = Math.max(1000 / numAccounts, 500);
2121
const port = config.PORT || config.RETRIEVER_PORT;
2222
const noneReady = () => clientMap.size === 0;
2323
let lastMatchRequestTime: number | null = null;

0 commit comments

Comments
 (0)