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):
getattr(
activateObject(
document,
activity='SQLQueue',
activity='SQLDict',
priority=4,
node='same',
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