Merge branch 'api'
[wolnelektury.git] / wolnelektury / settings.py
index a472763..3c5faf8 100644 (file)
@@ -206,6 +206,10 @@ THUMBNAIL_PROCESSORS = (
 
 TRANSLATION_REGISTRY = "wolnelektury.translation"
 
+
+# seconds until a changes appears in the changes api
+API_WAIT = 100
+
 # limit number of filtering tags
 MAX_TAG_LIST = 6