increase max size of cache item

pull/78/head
chrox 11 years ago
parent a60cfc4e10
commit 8f18ee260c

@ -20,7 +20,7 @@ A global LRU cache
]]--
Cache = {
-- cache configuration:
max_memsize = 1024*1024*5, -- 5MB cache size
max_memsize = 1024*1024*15, -- 15MB cache size
-- cache state:
current_memsize = 0,
-- associative cache

Loading…
Cancel
Save