No longer say that ATOMIC_REBUILD is "Experimental"

We've used this in production on a few sites for over a year now and haven't hit any problems.
This commit is contained in:
Karl Hobley 2016-08-31 09:54:35 +01:00 committed by GitHub
parent ae947642cd
commit e29f9b2423

View file

@ -52,11 +52,6 @@ By default (when using the Elasticsearch backend), when the ``update_index`` com
Setting the ``ATOMIC_REBUILD`` setting to ``True`` makes Wagtail rebuild into a separate index while keep the old index active until the new one is fully built. When the rebuild is finished, the indexes are swapped atomically and the old index is deleted.
.. warning:: Experimental feature
This feature is currently experimental. Please use it with caution.
``BACKEND``
===========