Don't call stats so often in webchat

This commit is contained in:
Hemna 2024-03-22 23:16:00 -04:00
parent e386e91f6e
commit 9858955d34
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function start_update() {
update_stats(data); update_stats(data);
}, },
complete: function() { complete: function() {
setTimeout(statsworker, 10000); setTimeout(statsworker, 60000);
} }
}); });
})(); })();