increased interval to 5s, should be okay

This commit is contained in:
psychobunny
2014-09-29 04:28:51 -04:00
parent cb84b79bbc
commit 186790f2ba

View File

@@ -13,7 +13,7 @@ define('forum/admin/general/dashboard', ['semver'], function(semver) {
}
updateIntervalId = setInterval(function() {
socket.emit('meta.rooms.getAll', Admin.updateRoomUsage);
}, 3000);
}, 5000);
$('#logout-link').on('click', function() {
$.post(RELATIVE_PATH + '/logout', function() {