if you have millions or billions of cache hits, the number is hard to read without a thousand separator
this patch will print all integers with a thousand separator
can be turned off by changing line 3 from
define('THOUSAND_SEPARATOR',true);
to
define('THOUSAND_SEPARATOR',false);
if you have millions or billions of cache hits, the number is hard to read without a thousand separator this patch will print all integers with a thousand separator
can be turned off by changing line 3 from define('THOUSAND_SEPARATOR',true); to define('THOUSAND_SEPARATOR',false);