-
Notifications
You must be signed in to change notification settings - Fork 2
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
Staltz feedback #16
base: main
Are you sure you want to change the base?
Staltz feedback #16
Conversation
aac943f
to
205fece
Compare
.use(require('ssb-ebt')) | ||
// .use(require('ssb-conn')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: we see that turning off the default scheduler works amazingly for initial sync,
but not sure what the implication is long term. I think we need to make our own scheduler to make sure we have some connections live, but not too many, and cycle through them
const ssb = SSB() | ||
const ssb = SSB({ | ||
ebt: { | ||
// logging: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to know about this. Currently not a documented feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as they want to change it to use better debug
style logging like other modules
No description provided.