Changeset 659
- Timestamp:
- 04/05/06 14:10:36 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/recursor_cache.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/recursor_cache.cc
r657 r659 4 4 #include <boost/shared_ptr.hpp> 5 5 #include "dnsrecords.hh" 6 #include <malloc.h>7 6 #include "arguments.hh" 8 7 … … 243 242 lookAt=5*toTrim; 244 243 else 245 lookAt= 0.02 * cacheSize;244 lookAt=cacheSize/50; 246 245 247 246