From 988ce0d00f698b589f69dc1ef17545569cd0065c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 1 Sep 2011 16:16:27 +0200 Subject: [PATCH 1/1] change insane default --- wolnelektury/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 3c5faf8a2..f1391a9f5 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -208,7 +208,7 @@ TRANSLATION_REGISTRY = "wolnelektury.translation" # seconds until a changes appears in the changes api -API_WAIT = 100 +API_WAIT = 10 # limit number of filtering tags MAX_TAG_LIST = 6 -- 2.20.1