Add a additional_priority during the reindex all of catalog

called by the hot-reindexing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33172 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af72f823
......@@ -516,6 +516,7 @@ class ZCatalog(Folder, Persistent, Implicit):
self.ERP5Site_reindexAll(sql_catalog_id=destination_sql_catalog_id,
final_activity_tag=final_activity_tag,
clear_catalog=1,
additional_priority=1,
passive_commit=1)
# Once reindexing is finished, change the hot reindexing state so that
# new catalog changes are applied in both catalogs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment