Skip to content

Commit cfbd7db

Browse files
committed
increase the io rate because downloads were slow
1 parent 287393b commit cfbd7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mill/factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ def start_notebook(name,port,public=False,sudo=False):
652652
note_root = os.path.join(os.getcwd(),'calc',name)
653653
#! demo to try to serve higher for automacs simulations via notebook
654654
note_root = os.getcwd()
655-
#---higher rates
656-
rate_cmd = '--NotebookApp.iopub_data_rate_limit=10000000'
655+
#---higher rates (increased from 10M to 10**10 for XTC downloads)
656+
rate_cmd = '--NotebookApp.iopub_data_rate_limit=10000000000'
657657
#---if you want django data in IPython, use:
658658
#---...'python site/%s/manage.py shell_plus --notebook --no-browser'%name,
659659
#---! we never figured out how to set ports, other jupyter settings, with shell_plus

0 commit comments

Comments
 (0)