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

/httpd/modules/cluster/
H A Dmod_heartmonitor.c42 static int maxworkers = 0; variable
683 if (maxworkers) {
693 storage->create(&slotmem, "mod_heartmonitor", sizeof(hm_slot_server_t), maxworkers, AP_SLOTMEM_TYPE_PREGRAB, p);
882 maxworkers = atoi(data);
883 if (maxworkers <= 10)

Completed in 987 milliseconds