This patch passes through all the options to multifeed-index specified in the view opts so kappa-core doesn't need to be kept completely in sync with multifeed index changes. This has already caused some problems because now multifeed-index requires that opts.clearIndex be defined or else all views will be kept in memory. I'm working on tracking down all the repercussions of that change.
This patch passes through all the options to multifeed-index specified in the view opts so kappa-core doesn't need to be kept completely in sync with multifeed index changes. This has already caused some problems because now multifeed-index requires that
opts.clearIndex
be defined or else all views will be kept in memory. I'm working on tracking down all the repercussions of that change.