diff options
| -rw-r--r-- | sys/src/cmd/ndb/dns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/ndb/dns.h b/sys/src/cmd/ndb/dns.h index 100bd1b3b..c3d3efcbc 100644 --- a/sys/src/cmd/ndb/dns.h +++ b/sys/src/cmd/ndb/dns.h @@ -151,8 +151,8 @@ enum /* parallelism: tune; was 32; allow lots */ Maxactive= 250, - /* tune; was 60*1000; keep it short */ - Maxreqtm= 8*1000, /* max. ms to process a request */ + /* tune; was 8*1000; that was too short */ + Maxreqtm= 60*1000, /* max. ms to process a request */ Notauthoritative = 0, Authoritative, |
