Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Commit

Permalink
Refresh list of connected users more often
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 16, 2012
1 parent 6a8c99f commit 2265176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/UserBundle/Resources/public/js/user.js
Expand Up @@ -9,7 +9,7 @@ $(function()
$users.find('div.online_users_inner').html(html);
reloadOnlineUsers();
});
}, 5000);
}, 3000);
};
reloadOnlineUsers();

Expand Down

0 comments on commit 2265176

Please sign in to comment.