summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/webapp.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index e999e009b..018d70886 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -39,6 +39,3 @@ The webapp is a web server that displays a shiny interface.
and use a client-side session. It could be encrypted using the token
as the `encryptKey`. Note: Would need to set the session duration
to infinite (how?)
-* When long polling fails, retry a time or two, and then give up, and
- either display an error message, or, possibly, close the browser window.
- (Currently the display just stops updating.)