Skip to content

Commit

Permalink
decrease autofullhistory rate
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 30, 2023
1 parent 962ae5a commit b79d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/autofullhistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function start() {
if (err) {
throw err;
}
return setTimeout(start, 10000);
return setTimeout(start, 30000);
});
}

Expand Down

0 comments on commit b79d069

Please sign in to comment.