Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jul 7, 2020
1 parent 943708e commit 3d185e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jupyter_server/files/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ async def get(self, archive_path, include_body=False):
)

self.canceled = False

# The original extension is using `ioloop.PeriodicCallback` and `ioloop.IOLoop.current().run_in_executor`
# but it does not seem to work here (500 internal HTTP error).
# This trategy is nice when compressing very large directory. Any idea how to integrate that is welcome.

self.flush_cb = ioloop.PeriodicCallback(
self.flush, ARCHIVE_DOWNLOAD_FLUSH_DELAY
)
Expand Down

0 comments on commit 3d185e1

Please sign in to comment.