Increase default tag cache to 10,000.
This commit is contained in:
parent
38bac41eb9
commit
4a39873fed
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue