Loading src/authdb.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -972,7 +972,7 @@ int main(int argc,char *argv[]){ // path (Cluster::fetchSessionBySid) has the same shape, so give it // the same margin instead of running with far fewer worker threads // than the service it authenticates for. authdb.threads = std::max(authdb.threads * 4, 16); authdb.threads = (std::max)(authdb.threads * 4, 16); // Pre-load all domain backends into cache so API requests // don't need to lock the admin backend for domain resolution. Loading Loading
src/authdb.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -972,7 +972,7 @@ int main(int argc,char *argv[]){ // path (Cluster::fetchSessionBySid) has the same shape, so give it // the same margin instead of running with far fewer worker threads // than the service it authenticates for. authdb.threads = std::max(authdb.threads * 4, 16); authdb.threads = (std::max)(authdb.threads * 4, 16); // Pre-load all domain backends into cache so API requests // don't need to lock the admin backend for domain resolution. Loading