Merged
Conversation
This was referenced Feb 3, 2026
unused func
89c5ec6 to
75c298a
Compare
a2938d7 to
1e72cf9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows users to schedule a daily time window where conduit max peers/bandwidth will be reduced. For instance, during the daytime, when battery and bandwidth are more scarce.
This uses a new feature introduced into tunnel core, which allows the Conduit operator to set a "reduced usage" time window using the following configuration parameters, copied here from tunnel core:
These are passed into the config with
Inproxyprefix.This PR wires this up in the React Native project. The feature is off by default, and when the configuration is opened, it defaults to a reduced usage window between 07:00 -> 19:00, with sliders in the UI for adjusting this.
This feature will work in the CLI as well, if the new parameters are included in the config file or if/when the CLI is wired up to accept them as command line flags.
TODO: some UI/UX iteration, translations