Skip to content

Commit

Permalink
Merge pull request #4 from stackql/feature/updates
Browse files Browse the repository at this point in the history
dataflow updates
  • Loading branch information
jeffreyaven authored Jul 17, 2024
2 parents 2c7a8f5 + f02f2bf commit e4d93a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
/srv/stackql/stackql --version
echo "starting stackql server..."
nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --http.response.pageLimit=-1 --pgsrv.port=5466 srv &
nohup /srv/stackql/stackql --execution.concurrency.limit=-1 --dataflow.components.max=50 --dataflow.dependency.max=50 --http.response.pageLimit=-1 --pgsrv.port=5466 srv &
echo "stackql server started"
start-notebook.sh --NotebookApp.token=''

0 comments on commit e4d93a3

Please sign in to comment.