25 x 2 = 50) define( "MAX_HOSTS_OUT", 20 ); // Maximum number of host sent in each request define( "MAX_CACHES", 50000000 ); // Maximum number of cache stored for ALL networks define( "MAX_CACHES_OUT", 15 ); // Maximum number of cache sent in each request define( "RECHECK_CACHES", 1 ); // Days to recheck a cache define( "TIMEOUT", 30 ); // Sockets time out define( "DATA_DIR", "/var/www/gwebcache/data" ); define( "LOG_DIR", "/var/www/gwebcache/log" ); ?>