diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:30:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:30:05 +0200 |
| commit | a0eba21e9c1b08329a4e724d5cf65fa607fc4bb6 (patch) | |
| tree | ed6c47fde1f3ce06218daec587fa6749067999e1 /public/bundle.js | |
| parent | 524a1b72b1c3391650addc3291459d55ea3c1c61 (diff) | |
fix module
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 631cae8..8090871 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -7994,7 +7994,7 @@ var live_task = exports.live_task = function live_task(sequence, checkpoint) { dataset: sequence, checkpoint: checkpoint, opt: { - poll_delay: 0.5 + poll_delay: 1.0 } }; console.log(task); |
