daemon/engine: priority prefix ‘<‘ for modules
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
Please register or sign in to comment