mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
increase max size of cache item
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user