Skip to content

Commit

Permalink
fix(docs): remove duplicate default_pool_size setting in edge-worker …
Browse files Browse the repository at this point in the history
…guide

Removed the redundant `default_pool_size` configuration line to avoid confusion and ensure clarity i
n the environment preparation documentation.
  • Loading branch information
jumski committed Jan 20, 2025
1 parent 77dbe09 commit 5496513
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ If not, see Supabase's [installation guide](https://supabase.com/docs/guides/cli
+ pool_mode = "session"
# How many server connections to allow per user/database pair.
default_pool_size = 20
default_pool_size = 100
# Maximum number of client connections allowed.
max_client_conn = 100
```
Expand Down

0 comments on commit 5496513

Please sign in to comment.