From 4a39873fed502e7d3a77df9d099a9e713144407f Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 18 Jul 2018 18:27:18 -0700 Subject: [PATCH] Increase default tag cache to 10,000. --- etiquette/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etiquette/constants.py b/etiquette/constants.py index 1fff2ee..6c8b343 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -284,7 +284,7 @@ DEFAULT_CONFIGURATION = { 'album': 1000, 'bookmark': 100, 'photo': 100000, - 'tag': 1000, + 'tag': 10000, 'user': 200, },