diff options
Diffstat (limited to 'static/poller.js')
-rw-r--r-- | static/poller.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/poller.js b/static/poller.js index 31d6799..edb554e 100644 --- a/static/poller.js +++ b/static/poller.js @@ -8,7 +8,6 @@ function getUpdates() { url: '/poll/', dataType: 'json', data: {pid: pid, timestamp: timestamp}, - timeout: 1000 * 30, success: handleUpdates }); } |