diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1405,6 +1405,7 @@ function connectWebSocket() { function handleWsEvent(data) { switch (data.type) { + case 'task_started': case 'task_completed': // Force a poll immediately regardless of interval poll(); |
