mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-13 15:46:53 +00:00
Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ pub struct KubernetesDiscoveryConfig {
|
||||
}
|
||||
|
||||
fn default_db_engine() -> String {
|
||||
"sled".into()
|
||||
"lmdb".into()
|
||||
}
|
||||
|
||||
fn default_sled_cache_capacity() -> u64 {
|
||||
|
||||
Reference in New Issue
Block a user