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

refactor: make gossip_arc_clamp and explicit setting, rather than specifying via features flags #50

Conversation

mattyg
Copy link
Contributor

@mattyg mattyg commented Nov 1, 2024

In #31 I added feature flags to set the gossip arc clamping.

In practice I accidentally forgot to set the feature flags and never noticed. It feels like a weird inconsistent approach, since all other conductor settings passed in are set in the HolochainPluginConfig.

This moves the gossip arc clamping setting into the HolochainPluginConfig and requires it be explicitly set. The default behavior is no gossip arc clamping.

If needed, a dev can still set their own feature flag which conditionally changes the HolochainPluginConfig value, which feels more explicit and obvious.

@mattyg
Copy link
Contributor Author

mattyg commented Nov 1, 2024

@guillemcordoba

@guillemcordoba guillemcordoba changed the base branch from main to develop November 4, 2024 09:49
@guillemcordoba guillemcordoba merged commit c34a8de into darksoil-studio:develop Nov 4, 2024
2 of 14 checks passed
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

Successfully merging this pull request may close these issues.

2 participants