Loading src/authdb.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,13 @@ int main(int argc,char *argv[]){ "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()); // Pre-load all domain backends into cache so API requests Loading Loading
src/authdb.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,13 @@ int main(int argc,char *argv[]){ "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()); // Pre-load all domain backends into cache so API requests Loading