We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8c3a1 commit a6e4730Copy full SHA for a6e4730
config/runtime.exs
@@ -55,10 +55,11 @@ if config_env() == :prod do
55
config :algora, Algora.Repo,
56
# ssl: true,
57
url: database_url,
58
- pool_size: String.to_integer(System.get_env("POOL_SIZE") || "10"),
+ pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"),
59
socket_options: maybe_ipv6,
60
migration_primary_key: [type: :string],
61
- migration_timestamps: [type: :utc_datetime_usec]
+ migration_timestamps: [type: :utc_datetime_usec],
62
+ queue_target: 5000
63
64
config :ex_aws,
65
json_codec: Jason,
0 commit comments