kappa-db / kappa-core

Minimal peer-to-peer database, based on kappa architecture.
254 stars 22 forks source link

assign extra view opts #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

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.

ghost commented 5 years ago

I was mistaken about multifeed-index requiring clearIndex.