From 570c8a9351b28582301d2ce6b5de3b23f72ee583 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 13 Jun 2011 15:58:59 +0200 Subject: Do not hardcode default resolver timeout --- src/resolv/async_resolv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resolv/async_resolv.h') diff --git a/src/resolv/async_resolv.h b/src/resolv/async_resolv.h index b5547e5d..70694795 100644 --- a/src/resolv/async_resolv.h +++ b/src/resolv/async_resolv.h @@ -41,6 +41,8 @@ #define RESOLV_DEFAULT_TTL 7200 #endif /* RESOLV_DEFAULT_TTL */ +#define RESOLV_DEFAULT_TIMEOUT 5 + /* * An opaque structure which holds context for a module using the async * resolver. Is should be used as a "local-global" variable - in sssd, -- cgit