Skip to content

Commit

Permalink
fix: capacity = 10 in nhost.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Feb 19, 2025
1 parent 2e2b743 commit e86d55e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ COPY turbo.json turbo.json
ARG TURBO_TEAM
ENV TURBO_TEAM=$TURBO_TEAM

ARG TURBO_TEAM
ENV TURBO_TEAM=$TURBO_TEAM
ARG TURBO_TOKEN
ENV TURBO_TOKEN=$TURBO_TOKEN

ARG TURBO_REMOTE_ONLY=true
ENV TURBO_REMOTE_ONLY=$TURBO_REMOTE_ONLY
Expand Down
2 changes: 1 addition & 1 deletion nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ version = '17.2-20250131-1'
enablePublicAccess = true

[postgres.resources.storage]
capacity = 1
capacity = 10

[postgres.settings]
maxConnections = 100
Expand Down

0 comments on commit e86d55e

Please sign in to comment.