invidious/config
syeopite d70b05e5c3
Remove idle_pool_size config
Clients created when idle_capacity is reached but not max_capacity
are discarded as soon as the client is checked back into the pool,
not when the connection is closed.

This means that allowing idle_capacity to be lower than max_capacity
essentially just makes the remaining clients a checkout timeout
deterrent that gets thrown away as soon as it is used. Not useful
for reusing connections whatsoever during peak load times
2025-05-13 05:18:52 -07:00
..
migrate-scripts variable postgres username and database name (#2451) 2021-10-11 19:16:56 +00:00
sql Specify the public schema for public videos 2022-01-22 02:32:13 +00:00
config.example.yml Remove idle_pool_size config 2025-05-13 05:18:52 -07:00