mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 05:19:34 -05:00
no overload mode yet.
git-svn-id: file:///svn/unbound/trunk@640 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5a6638fed0
commit
41e1ffe1c4
1 changed files with 2 additions and 1 deletions
|
|
@ -765,7 +765,8 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
|||
server_stats_querymiss(&worker->stats, worker);
|
||||
|
||||
/* grab a work request structure for this new request */
|
||||
if(worker->env.mesh->all.count > worker->request_size) {
|
||||
/* @@@ TODO implement overload mode */
|
||||
if(0 && worker->env.mesh->all.count > worker->request_size) {
|
||||
/* we could get this due to a slow tcp incoming query,
|
||||
that started before we performed listen_pushback */
|
||||
verbose(VERB_DETAIL, "worker: too many incoming requests "
|
||||
|
|
|
|||
Loading…
Reference in a new issue