From f6a604bc1b8db21ebee8f4327205ea878f25ff9d Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 1 Sep 2003 18:03:49 +0000
Subject: 15 retries is really rather excessive...

---
 libc/inet/resolv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libc')

diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 6083bad57..b29c1d984 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -79,7 +79,7 @@
 
 #define MAX_RECURSE 5
 #define REPLY_TIMEOUT 10
-#define MAX_RETRIES 15
+#define MAX_RETRIES 3
 #define MAX_SERVERS 3
 #define MAX_SEARCH 4
 
-- 
cgit v1.2.3