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

/bind-9.11.3/bin/named/
H A Dserver.c7521 int margin = ISC_MAX(100, ns_g_cpus + 1); local
7522 if (margin > server->recursionquota.max - 100) {
7530 softquota = server->recursionquota.max - margin;

Completed in 40 milliseconds