Searched defs:MAX_CONCURRENCY (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c263 #define MAX_CONCURRENCY 20000 macro
2383 if ((concurrency < 0) || (concurrency > MAX_CONCURRENCY)) {
2385 argv[0], MAX_CONCURRENCY);

Completed in 292 milliseconds