mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
update every 3 seconds
This commit is contained in:
@@ -14,7 +14,7 @@ define('forum/admin/index', function() {
|
||||
}
|
||||
updateIntervalId = setInterval(function() {
|
||||
socket.emit('meta.rooms.getAll', Admin.updateRoomUsage);
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
|
||||
$('#logout-link').on('click', function() {
|
||||
$.post(RELATIVE_PATH + '/logout', {
|
||||
|
||||
Reference in New Issue
Block a user