-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Is there a reason why MAX_SEARCH_PERIOD is hard coded in ChannelSearch.java? I'm wondering if it makes sense to be in the PVASettings.java instead.
It looks like from https://epics-base.github.io/pvxs/netconfig.html that pvxs does an exponential backoff, whereas from my initial reading that ChannelSearch does up to 30 seconds increasing in a second at a time.
Since the broadcasts can affect the network when this library is used in the Archiver Appliance I think it makes sense in the archiver to have a much longer MAX_SEARCH_PERIOD, and to have exponential backoff.
fyi @mdavidsaver @kasemir
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels