Commit 35231074 authored by jan.koester's avatar jan.koester
Browse files

test

parent e0a1bebf
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();