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 10, 2023
1 parent bcab998 commit 68bd6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svc/retriever.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const accountsToUse = 4;
// maybe can do 1000 per IP now?
const matchRequestLimit = 900;
const port = config.PORT || config.RETRIEVER_PORT;
const matchRequestDelay = 700;
const matchRequestDelayStep = 4;
const matchRequestDelay = 500;
const matchRequestDelayStep = 3;

let matchRequestDelayIncr = 0;
let lastRequestTime;
Expand Down

0 comments on commit 68bd6d4

Please sign in to comment.