Home
last modified time | relevance | path

Searched refs:MIN_CACHE_TOTAL_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.cc87 #define MIN_CACHE_TOTAL_SIZE 5 // 5M Min cache size macro
729 unsigned long new_size = size < MIN_CACHE_TOTAL_SIZE ? in set_max_size()
730 MIN_CACHE_TOTAL_SIZE * MEGA : size * MEGA; in set_max_size()