Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable all kappa views / indexing for "backup nodes" #60

Open
hackergrrl opened this issue Oct 22, 2019 · 2 comments
Open

Disable all kappa views / indexing for "backup nodes" #60

hackergrrl opened this issue Oct 22, 2019 · 2 comments

Comments

@hackergrrl
Copy link
Member

We could skip running indexers for folx running cabal headlessly purely as a backup/sync node, which would make sync faster (no cpu fighting over sync vs indexing) and lower draw on cpu/io.

@okdistribute
Copy link
Member

would this be basically a 'hypercore pinning bot' then? i wonder if we can get away with something as simple as that

@hackergrrl
Copy link
Member Author

More like a 'multifeed pinning bot', since it'd need to support N cores and whatever sync protocol cabal ends up using. In the deeper future, if we go the pubsub route, it'll also need awareness of that too. Maybe by default it'd just hold subscriptions to all public channels, for example.

Much much shorter term, this is just skipping the core.use(...) code that sets up the views.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants