Commit 3cdcb59e authored by jan.koester's avatar jan.koester
Browse files

test

parent 94c9d8a2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -776,6 +776,13 @@ int main(int argc,char *argv[]){
            "admin.local"
            "admin.local"
        );
        );


        // Cluster backends defer the network fetch to avoid constructor timeouts.
        // Force an initial fetch now so backend.end() returns the real size.
        if (clusterEnabled) {
            AuthBackend::Guard initGuard(backend, AuthBackend::Shared);
            (void)backend.end();
        }

        authdb::AuthDB authdb(backend,httpd.getServerSockets());
        authdb::AuthDB authdb(backend,httpd.getServerSockets());


        // Pre-load all domain backends into cache so API requests
        // Pre-load all domain backends into cache so API requests