Skip to content

Commit

Permalink
try using regular file manager to fix nbclassic
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 2, 2022
1 parent 08d3a22 commit 421137f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
AsyncFileContentsManager,
FileContentsManager,
)
from jupyter_server.services.contents.largefilemanager import AsyncLargeFileManager
from jupyter_server.services.contents.largefilemanager import LargeFileManager
from jupyter_server.services.contents.manager import (
AsyncContentsManager,
ContentsManager,
Expand Down Expand Up @@ -1434,7 +1434,7 @@ def template_file_path(self):
)

contents_manager_class = Type(
default_value=AsyncLargeFileManager,
default_value=LargeFileManager,
klass=ContentsManager,
config=True,
help=_i18n("The content manager class to use."),
Expand Down

0 comments on commit 421137f

Please sign in to comment.