Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Damon 217 posts 287 karma points
    Feb 11, 2016 @ 11:41
    Damon
    0

    Examine config - What is runAsync="true" in Examine config?

    Hi,

    what is a simple explanation for this attribute?

    What happens when it is set to false?

    Thanks a lot!

  • Marc Goodson 1451 posts 9716 karma points MVP 5x c-trib
    Feb 14, 2016 @ 01:51
    Marc Goodson
    1

    Hi Damon

    This is a setting on your examine indexer, that is responsible for building your examine index.

    Running async=true, creates a 'queue' folder and a timer processes files in a linear succession from the queue.

    Running async=false turns off this behaviour, and so can be useful for testing/debugging,

    But generally in production you want the indexing to occur outside of the publishing thread for performance.

    regards

    marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies