1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-21 17:11:01 -05:00

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

View File

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