diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 916476cf7..f55f83773 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -162,7 +162,7 @@ /** How long do we keep DNS cache entries before purging them? */ #define MAX_DNS_ENTRY_AGE (150*60) #else -#define MAX_DNS_ENTRY_AGE (15*60) +#define MAX_DNS_ENTRY_AGE (30*60) #endif /** How often do we rotate onion keys? */ |