Skip to content
Snippets Groups Projects
Commit 5a77fe49 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

fix style

parent e4da4f3c
No related branches found
No related tags found
No related merge requests found
......@@ -750,9 +750,9 @@ postinstallcmds = [
# '{ cat >> %(installdir)s/etc/jupyter/jupyter_server_config.d/jupyter-archive.json; } << \'EOF\'\n'
# '{\n'
# ' "JupyterArchive": {\n'
# ' "stream_max_buffer_size": 104857600, // The max size of tornado IOStream buffer\n'
# ' "handler_max_buffer_length": 10240, // The max length of chunks in tornado RequestHandler\n'
# ' "archive_download_flush_delay": 100 // The delay in ms at which we send the chunk of data to the client.\n'
# ' "stream_max_buffer_size": 104857600, // max size of tornado IOStream buffer\n'
# ' "handler_max_buffer_length": 10240, // max length of chunks in tornado RequestHandler\n'
# ' "archive_download_flush_delay": 100 // delay in ms at which the chunk of data is send to the client\n'
# ' }\n'
# '}\n'
# 'EOF'
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment