Commit 44a13278 authored by Vincent Pelletier's avatar Vincent Pelletier

SQLCatalog_deferFullTextIndex: Spawn on SQLDict

To benefit from activity deduplication.
This may also improve same-processing-node behaviour when
SQLDict is crowded while SQLQueue is not, making these activities
behaviour more consistent with non-fulltext catalog indexation activities.
parent 5d2a6b37
...@@ -6,7 +6,7 @@ for document, root_document_path in zip(getPath, getRootDocumentPath): ...@@ -6,7 +6,7 @@ for document, root_document_path in zip(getPath, getRootDocumentPath):
getattr( getattr(
activateObject( activateObject(
document, document,
activity='SQLQueue', activity='SQLDict',
priority=4, priority=4,
node='same', node='same',
group_method_id=GROUP_METHOD_ID, group_method_id=GROUP_METHOD_ID,
......
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