Increase default tag cache to 10,000.

This commit is contained in:
voussoir 2018-07-18 18:27:18 -07:00
parent 38bac41eb9
commit 4a39873fed

View file

@ -284,7 +284,7 @@ DEFAULT_CONFIGURATION = {
'album': 1000, 'album': 1000,
'bookmark': 100, 'bookmark': 100,
'photo': 100000, 'photo': 100000,
'tag': 1000, 'tag': 10000,
'user': 200, 'user': 200,
}, },