correct data type for Reprovider.Interval#9224
Conversation
Signed-off-by: Oleg Silkin <16809287+osilkin98@users.noreply.github.com>
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
config.mdstates thatReprovider.Intervalis of typearray[peering], however is used as a string which is parsed into atime.Durationtype.This PR corrects documentation so the Reprovider.Interval type is listed as a
stringinconfig.md.Signed-off-by: Oleg Silkin 16809287+osilkin98@users.noreply.github.com