Skip to content

Commit e4d93a3

Browse files
authored
Merge pull request #4 from stackql/feature/updates
dataflow updates
2 parents 2c7a8f5 + f02f2bf commit e4d93a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/entrypoint.sh

+1-1
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)