• Marek Vavruša's avatar
    daemon/engine: priority prefix ‘<‘ for modules · 3714f4bc
    Marek Vavruša authored
    if the configured modules name is prefixed with ‘<‘ it takes precedence before all others,
    e.g. modules = { ‘hints’, ‘<block’ }
    means that the ‘hints’ module will be executed in-order (last), and ‘block’ module layer will be called as first in query processing
    3714f4bc