Merge branch 'main' into next

This commit is contained in:
Alex Auvolat
2023-05-09 12:40:08 +02:00
18 changed files with 149 additions and 186 deletions
+1 -1
View File
@@ -349,6 +349,6 @@ pub fn recommended_map_size() -> usize {
#[cfg(target_pointer_width = "32")]
pub fn recommended_map_size() -> usize {
warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
tracing::warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
1usize << 30
}