Skip to content

Commit f02f2bf

Browse files
committed
dataflow updates
1 parent 0c0848c commit f02f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
/srv/stackql/stackql --version
33
echo "starting stackql server..."
4-
nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --http.response.pageLimit=-1 --pgsrv.port=5466 srv &
4+
nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --dataflow.components.max=50 --dataflow.dependency.max=50 --http.response.pageLimit=-1 --pgsrv.port=5466 srv &
55
echo "stackql server started"
66
start-notebook.sh --NotebookApp.token=''

0 commit comments

Comments
 (0)