From 8f85126d19f0444d79ec6d5aea12b6ef52130549 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 13 Nov 2013 19:59:27 +0100 Subject: [PATCH] src/types.db: Remove maximum value on "cache_size". Fixes #466. Thanks to @dlacko for pointing this out! --- src/types.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.db b/src/types.db index fb443d9e..78de5cf5 100644 --- a/src/types.db +++ b/src/types.db @@ -12,7 +12,7 @@ cache_eviction value:DERIVE:0:U cache_operation value:DERIVE:0:U cache_ratio value:GAUGE:0:100 cache_result value:DERIVE:0:U -cache_size value:GAUGE:0:4294967295 +cache_size value:GAUGE:0:U charge value:GAUGE:0:U compression_ratio value:GAUGE:0:2 compression uncompressed:DERIVE:0:U, compressed:DERIVE:0:U -- 2.11.0