mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-22 03:11:01 +02:00
increased interval to 5s, should be okay
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user