Skip to content

Commit bf06822

Browse files
committed
lower threshold
1 parent 09baf57 commit bf06822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ app.get("/retrieverData", async (req, res, next) => {
290290
// const ratio = success / reqs;
291291
// const isLowRatio = reqs > 25 && ratio <= 0;
292292
// Don't add high usage logons or high fail logons
293-
if (reqs < 150) {
293+
if (reqs < 100) {
294294
await redis.sadd("retrieverDataSet", line);
295295
}
296296
}

0 commit comments

Comments
 (0)