global: delay compaction

This commit is contained in:
nym21
2026-03-27 23:02:31 +01:00
parent d24f3691cb
commit 45c77a4c3b
24 changed files with 44 additions and 38 deletions
+1 -1
View File
@@ -8195,7 +8195,7 @@ pub struct BrkClient {
impl BrkClient {
/// Client version.
pub const VERSION: &'static str = "v0.2.3";
pub const VERSION: &'static str = "v0.2.4";
/// Create a new client with the given base URL.
pub fn new(base_url: impl Into<String>) -> Self {