lib/picky/index/file/basic.rb in picky-0.11.1 vs lib/picky/index/file/basic.rb in picky-0.11.2
- old
+ new
@@ -47,10 +47,10 @@
#
# Is the cache small?
#
def cache_small?
- size_of(cache_path) < 16
+ size_of(cache_path) < 8
end
# Is the cache ok? I.e. larger than four Bytes in size.
#
def cache_ok?
size_of(cache_path) > 0
\ No newline at end of file