Skip to content

Commit 7713db4

Browse files
authored
Update autofullhistory.ts
1 parent 31a5021 commit 7713db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

svc/autofullhistory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { addReliableJob, runInLoop } from "./store/queue.ts";
44

55
await runInLoop(async function autoFh() {
66
const { rows } = await db.raw(
7-
"SELECT account_id from players ORDER BY full_history_time ASC NULLS FIRST LIMIT 20",
7+
"SELECT account_id from players ORDER BY full_history_time ASC NULLS FIRST LIMIT 5",
88
);
99
console.log(rows);
1010
for (let row of rows) {

0 commit comments

Comments
 (0)