mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
parent
9275041f42
commit
9bb99bec5e
|
@ -34,7 +34,7 @@
|
|||
# Name of the postgres database for lemmy
|
||||
database: "string"
|
||||
# Maximum number of active sql connections
|
||||
pool_size: 5
|
||||
pool_size: 95
|
||||
}
|
||||
# Settings related to activitypub federation
|
||||
# Pictrs image server configuration.
|
||||
|
|
|
@ -75,7 +75,7 @@ pub struct DatabaseConfig {
|
|||
pub connection: DatabaseConnection,
|
||||
|
||||
/// Maximum number of active sql connections
|
||||
#[default(5)]
|
||||
#[default(95)]
|
||||
pub pool_size: usize,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue