Skip to content

Commit 940c002

Browse files
committed
adjust cycler
1 parent 3090619 commit 940c002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svc/cycler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function cycle() {
3434
while (true) {
3535
// Start with a base number for gcdata/rater reqs and add additional retrievers based on parser capacity
3636
// 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;
37+
const count = Math.ceil((await getCapacity()) / 12) + 4;
3838
shuffle(zones);
3939
const zone = zones[0];
4040
const config = {

0 commit comments

Comments
 (0)