Built-in image cache system

This commit is contained in:
Luc Didry
2018-03-17 13:48:23 +01:00
parent cfab86c4b4
commit bb097294e2
15 changed files with 446 additions and 24 deletions
+1
View File
@@ -46,6 +46,7 @@ sub startup {
dbtype => 'sqlite',
db_path => 'minion.db'
},
cache_max_size => 0,
}
}
);