Skip to content

Commit

Permalink
requests fewer multi-evals
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 12, 2024
1 parent 9881b70 commit 3f8d594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/multiCloudEval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class MultiCloudEval {
}
};

private requestNewEvals = debounce(this.sendRequestNow, 1000);
private requestNewEvals = debounce(this.sendRequestNow, 2000);

onCloudEval = (d: EvalHitMulti) => {
this.cloudEvals.set(d.fen, { ...d, chances: povChances('white', d) });
Expand Down

0 comments on commit 3f8d594

Please sign in to comment.