1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Better database cache

This commit is contained in:
Krateng
2019-05-09 16:58:25 +02:00
parent c9048b4ff3
commit 2d87f67322
3 changed files with 16 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ CACHE_EXPIRE_POSITIVE = 300 # after how many days positive results should be ref
[Database]
DB_CACHE_SIZE = 1024 # how many MB the database cache should have available.
DB_CACHE_SIZE = 8192 # how many MB on disk each database cache should have available.
[Local Images]