Skip to content

Commit 02ebdc5

Browse files
authored
Update web.ts
1 parent 316e792 commit 02ebdc5

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 < 200) {
293+
if (reqs < 250) {
294294
await redis.sadd("retrieverDataSet", line);
295295
}
296296
}

0 commit comments

Comments
 (0)