Commit 03b3aea8 authored by jan.koester's avatar jan.koester
Browse files

win fix

parent 88ded1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.