mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Update src/db/pool.cr
Co-authored-by: Beta Ziliani <beta@manas.tech>
This commit is contained in:
parent
e0ac73575e
commit
83c3e91ec2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module DB
|
|||
record Options,
|
||||
# initial number of connections in the pool
|
||||
initial_pool_size : Int32 = 1,
|
||||
# maximum amount of connections in the pool (Idle + InUse)
|
||||
# maximum amount of connections in the pool (Idle + InUse). 0 means no maximum.
|
||||
max_pool_size : Int32 = 0,
|
||||
# maximum amount of idle connections in the pool
|
||||
max_idle_pool_size : Int32 = 1,
|
||||
|
|
Loading…
Reference in a new issue