Skip to content

Commit

Permalink
shortening the poll interval to 6 seconds, now that it's cheap again...
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 31, 2010
1 parent 5461187 commit 0b44bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/admin_console.js
Expand Up @@ -9,7 +9,7 @@ window.Console = {
MAX_DATA_POINTS : 100,

// Milliseconds between polling the central server for updates to Job progress.
POLL_INTERVAL : 10000,
POLL_INTERVAL : 6000,

// Default speed for all animations.
ANIMATION_SPEED : 300,
Expand Down

0 comments on commit 0b44bc7

Please sign in to comment.