Skip to content

Commit

Permalink
fix: expanding tailscale workers to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 12, 2024
1 parent 4aa8dda commit 2d62627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/actions/create-module/20initialize
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ POSTGRES_USER=report
POSTGRES_PORT=$db_port
POSTGRES_PASSWORD=$db_secret
REPORT_DB_URI=postgres://report:$db_secret@127.0.0.1:$db_port/report
TS_TUNE_MAX_BG_WORKERS=100
EOF

mkdir -p clients

0 comments on commit 2d62627

Please sign in to comment.