Loading src/backends/cluster.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -613,9 +613,9 @@ namespace authdb { } } // Single manifest push contains full buffer — no per-entity stores needed // Single manifest push contains full buffer — synchronous for durability if (changed) pushManifest(current_keys); pushManifestSync(current_keys); // Update shared cache so other instances see the latest data auto cache = getDomainCache(); Loading Loading
src/backends/cluster.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -613,9 +613,9 @@ namespace authdb { } } // Single manifest push contains full buffer — no per-entity stores needed // Single manifest push contains full buffer — synchronous for durability if (changed) pushManifest(current_keys); pushManifestSync(current_keys); // Update shared cache so other instances see the latest data auto cache = getDomainCache(); Loading