aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-06-01 17:09:33 -0500
committermat <github@matdoes.dev>2021-06-01 17:09:33 -0500
commitdecb1a1ee1a35505db7cb573031dd6986d15cdbe (patch)
treef2ef5e02e47d259c6f929779e92c4e89be791331 /build
parent3c5b48d5417e8d6e78507783cee62e9830548778 (diff)
downloadskyblock-api-decb1a1ee1a35505db7cb573031dd6986d15cdbe.tar.gz
skyblock-api-decb1a1ee1a35505db7cb573031dd6986d15cdbe.tar.bz2
skyblock-api-decb1a1ee1a35505db7cb573031dd6986d15cdbe.zip
lower the interval for leaderboardUpdateMemberQueue even more
uhhhhhh hopefully the database doesn't get too sad from this
Diffstat (limited to 'build')
-rw-r--r--build/database.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/database.js b/build/database.js
index 252181e..f3d676c 100644
--- a/build/database.js
+++ b/build/database.js
@@ -504,7 +504,7 @@ async function updateDatabaseProfile(profile) {
exports.updateDatabaseProfile = updateDatabaseProfile;
exports.leaderboardUpdateMemberQueue = new queue_promise_1.default({
concurrent: 1,
- interval: 100
+ interval: 50
});
exports.leaderboardUpdateProfileQueue = new queue_promise_1.default({
concurrent: 1,