[Erp5-report] r33172 daniele - /erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 1 11:48:55 CET 2010


Author: daniele
Date: Mon Mar  1 11:48:53 2010
New Revision: 33172

URL: http://svn.erp5.org?rev=33172&view=rev
Log:
Add a additional_priority during the reindex all of catalog 
called by the hot-reindexing

Modified:
    erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py

Modified: erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py?rev=33172&r1=33171&r2=33172&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/ZSQLCatalog.py [utf8] Mon Mar  1 11:48:53 2010
@@ -516,6 +516,7 @@
     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.




More information about the Erp5-report mailing list