-
Notifications
You must be signed in to change notification settings - Fork 971
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
share/discovery: make constants configurable #930
Conversation
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.
nits otherwise lgtm
58829fa
to
e2ac890
Compare
e2ac890
to
5d1058e
Compare
Test failed because of #931 |
5d1058e
to
9d8b383
Compare
Co-authored-by: rene <[email protected]>
9d8b383
to
3d0c6fe
Compare
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.
LGTM, but ideally, we would avoid making the discovery constructor public and pass configs with share
pkg-specific options. That is, options on the node would trigger options on the share
, but this has very low prio
Would you mind if I create an issue for that? @Wondertan |
Let's do |
Co-authored-by: rene <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #930 +/- ##
==========================================
+ Coverage 58.70% 58.78% +0.07%
==========================================
Files 128 128
Lines 7624 7681 +57
==========================================
+ Hits 4476 4515 +39
- Misses 2678 2696 +18
Partials 470 470
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Resolves #929