Thread Tagging Improvements

Add-ons Thread Tagging Improvements 1.0.7 Patch Level 6

Register & Get access to index
  • 2 new advancedoptions were added to allow change of:
    • Max amount of thread titles are loaded at once for processing
    • Chunk size when bulk inserting the collected (up to 50K) words
1673014850229.png
  • Don't call the tag-suggest endpoint if tagging is not allowed, should fix @Faust problem
  • Safer limits when collecting potential words, hopefully this fixes @vwts problem on the larger forum
  • Batch load 50k thread titles instead of 100K (doubt this is the problem)
  • Batch the bulk insert of potential words 5k at a time, before could do one bulk insert of 50K items.
  • Moves the Rebuilding of potential words job into postUpgrade() in case that is what makes the entity not behave correctly there...
Back
Top Bottom