improvement: change suggestion and default for max sqlite DB readers
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ impl Default for Settings {
|
||||
data_directory: ".".to_owned(),
|
||||
in_memory: false,
|
||||
min_conn: 4,
|
||||
max_conn: 128,
|
||||
max_conn: 8,
|
||||
},
|
||||
network: Network {
|
||||
port: 8080,
|
||||
|
||||
Reference in New Issue
Block a user