We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3090619 commit 940c002Copy full SHA for 940c002
svc/cycler.ts
@@ -34,7 +34,7 @@ async function cycle() {
34
while (true) {
35
// Start with a base number for gcdata/rater reqs and add additional retrievers based on parser capacity
36
// Each retriever handles about 1 req/sec so divide by the avg number of seconds per parse
37
- const count = Math.ceil((await getCapacity()) / 20) + 3;
+ const count = Math.ceil((await getCapacity()) / 12) + 4;
38
shuffle(zones);
39
const zone = zones[0];
40
const config = {
0 commit comments