Skip to content

Commit 3d185e1

Browse files
committed
doc
1 parent 943708e commit 3d185e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jupyter_server/files/handlers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,6 @@ async def get(self, archive_path, include_body=False):
187187
)
188188

189189
self.canceled = False
190-
191-
# The original extension is using `ioloop.PeriodicCallback` and `ioloop.IOLoop.current().run_in_executor`
192-
# but it does not seem to work here (500 internal HTTP error).
193-
# This trategy is nice when compressing very large directory. Any idea how to integrate that is welcome.
194-
195190
self.flush_cb = ioloop.PeriodicCallback(
196191
self.flush, ARCHIVE_DOWNLOAD_FLUSH_DELAY
197192
)

0 commit comments

Comments
 (0)