Merge remote-tracking branch 'origin/main' into overtrue/fix-1904-unresolved-ledger

This commit is contained in:
overtrue
2026-08-23 04:33:37 +08:00
11 changed files with 552 additions and 54 deletions
+1 -1
View File
@@ -2120,7 +2120,7 @@ impl PoolMeta {
self.load_no_lock(pool).await
}
async fn load_no_lock<S>(&mut self, pool: Arc<S>) -> Result<()>
pub(crate) async fn load_no_lock<S>(&mut self, pool: Arc<S>) -> Result<()>
where
S: EcstoreObjectIO,
{