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