Tiny improvements (#539)
This commit is contained in:
parent
9d1505a3e0
commit
2e86bdaf2c
|
@ -13,7 +13,7 @@ Note that you can check "PgHero" in the administration view to see how many Post
|
|||
Installing PgBouncer
|
||||
-----
|
||||
|
||||
On Ubuntu:
|
||||
On Debian and Ubuntu:
|
||||
|
||||
sudo apt install pgbouncer
|
||||
|
||||
|
@ -114,6 +114,10 @@ max_client_conn = 100
|
|||
default_pool_size = 20
|
||||
```
|
||||
|
||||
Don't forget to reload pgbouncer after making your changes:
|
||||
|
||||
service pgbouncer reload
|
||||
|
||||
### Debugging that it all works
|
||||
|
||||
You should be able to connect to PgBouncer just like you would with Postgres:
|
||||
|
|
Loading…
Reference in New Issue