Browse Source

#630: doc events limit setting

Rafał Pitoń 8 years ago
parent
commit
e13865c0dd
1 changed files with 8 additions and 0 deletions
  1. 8 0
      docs/developers/settings.rst

+ 8 - 0
docs/developers/settings.rst

@@ -274,6 +274,14 @@ MISAGO_DYNAMIC_AVATAR_DRAWER
 Function used to create unique avatar for this user. Allows for customization of algorithm used to generate those.
 
 
+MISAGO_EVENTS_PER_PAGE
+----------------------
+
+Misago reads events to display in separate database query to avoid situation when thread with large number of eg. moderator actions displays pages consisting exclusively of events. Using this setting you may specify upper limit of events displayed on thread's single page. This setting is intented as fail safe, both to save threads from excessively long lists of events your users will have to scroll trough, as well as to keep memory usage within limts.
+
+In case of more events than specified being found, oldest events will be truncated.
+
+
 MISAGO_HOURLY_POST_LIMIT
 -----------------------