Add SEARCH_INDEX_UPDATE_INTERVAL to the documentation

This commit is contained in:
Roberto Rosario
2012-05-22 23:33:35 -04:00
parent 895a5c7e76
commit b3bcb274a0
2 changed files with 10 additions and 7 deletions

View File

@@ -461,13 +461,13 @@ Allow non authenticated users, access to all views.
Search
======
.. setting:: SEARCH_LIMIT
.. setting:: SEARCH_INDEX_UPDATE_INTERVAL
**SEARCH_LIMIT**
**SEARCH_INDEX_UPDATE_INTERVAL**
Default: ``100``
Default: ``1800``
Maximum amount search hits to fetch and display.
Interval in second on which to trigger the search index update.
.. setting:: SEARCH_RECENT_COUNT