-
Improvement
-
Resolution: Unresolved
-
None
-
None
-
High
-
Improved task reimport to use TMX import instead of updating segments one-by-one
-
Emptyshow more show less
The problem:
Currently after task is finished and task is being imported to the master t5memory TM segments are updated on-by-one using update API call to t5memory.
This creates overhead on the network and, since we flush memory only after last segment is updated, possibly is not safe to t5memory restart in certain cases.
Solution:
Need to change reimport to use TMX import instead of updating segments one-by-one.