From: rousskov <> Date: Sat, 4 Apr 1998 05:05:56 +0000 (+0000) Subject: - default SQUID_MAINTAIN_CACHE_DIGEST to 1 X-Git-Tag: SQUID_3_0_PRE1~3639 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6388ebab8c36aab0c47812baa07f784da228109a;p=thirdparty%2Fsquid.git - default SQUID_MAINTAIN_CACHE_DIGEST to 1 --- diff --git a/src/squid.h b/src/squid.h index 829e6423e9..1b93cf7b20 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.167 1998/04/03 22:05:14 rousskov Exp $ + * $Id: squid.h,v 1.168 1998/04/03 22:05:56 rousskov Exp $ * * AUTHOR: Duane Wessels * @@ -360,6 +360,6 @@ extern struct snmp_mib_tree *Mib; * maintain a digest of cache contents and send the digest to neighbors upon * request; if disabled we still can request digests from other caches */ -#define SQUID_MAINTAIN_CACHE_DIGEST 0 +#define SQUID_MAINTAIN_CACHE_DIGEST 1 #endif /* SQUID_H */