more api changes, preparing for Android app
[wolnelektury.git] / wolnelektury / settings.py
index 49073a1..dac4e6a 100644 (file)
@@ -204,6 +204,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