Skip to content

Commit

Permalink
Set max to 20 connections
Browse files Browse the repository at this point in the history
  • Loading branch information
cao committed Jul 23, 2016
1 parent 4cc471f commit 6bd7445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion farnsworth/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RetryPooledPostgresqlExtDatabase(PooledPostgresqlExtDatabase, RetryOperati
register_hstore=False,
autocommit=True,
autorollback=True,
max_connections=40,
max_connections=20,
stale_timeout=60
)

Expand Down

0 comments on commit 6bd7445

Please sign in to comment.