Skip to content

Commit

Permalink
Add max_overflow connections (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed Nov 10, 2021
1 parent 0e040ef commit 4960fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/default_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ url_read_replica = postgresql+psycopg2://postgres@localhost/audius_discovery
run_migrations = true
engine_args_literal = {
'pool_size': 20,
'max_overflow': 0,
'max_overflow': 10,
'pool_recycle': 3600,
'echo': False,
'client_encoding': 'utf8',
Expand Down

0 comments on commit 4960fb6

Please sign in to comment.