We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding an updater for each peer you end up with an output like:
updtr_add name=updtr_0 auto_interval=True interval=1000000 offset=10000 updtr_prdcr_add name=updtr_0 regex=.* updtr_match_add name=updtr_0 regex=.* match=inst updtr_start name=updtr_0 updtr_add name=updtr_1 auto_interval=True interval=1000000 offset=10000 updtr_prdcr_add name=updtr_1 regex=.* updtr_match_add name=updtr_1 regex=.* match=inst updtr_start name=updtr_1 updtr_add name=updtr_2 auto_interval=True interval=1000000 offset=10000 updtr_prdcr_add name=updtr_2 regex=.* updtr_match_add name=updtr_2 regex=.* match=inst updtr_start name=updtr_2 updtr_add name=updtr_3 auto_interval=True interval=1000000 offset=10000 updtr_prdcr_add name=updtr_3 regex=.* updtr_match_add name=updtr_3 regex=.* match=inst updtr_start name=updtr_3
Attempting to not submit an updater for a peer gives a key error.
The text was updated successfully, but these errors were encountered:
Addressed in #1581
Sorry, something went wrong.
@emdonat, please confirm this is fixed and close this issue if it is resolved.
nick-enoent
emdonat
No branches or pull requests
When adding an updater for each peer you end up with an output like:
Attempting to not submit an updater for a peer gives a key error.
The text was updated successfully, but these errors were encountered: