Skip to content

Commit 0b74f09

Browse files
committed
Disabled Timeout for Server
1 parent b56204c commit 0b74f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_trame_proxy/share/launch_trame.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# module load trame
1111
# module load ParaView/5.10.1-EGL
1212

13-
python -c "from pv_visualizer.app.main import main; main(port=$1, no_http=True)"
13+
python -c "from pv_visualizer.app.main import main; main(port=$1, open_browser=False, timeout=0)"

0 commit comments

Comments
 (0)