Re: [LEDE-DEV] [PATCH][procd] ubus: use ubus_auto_connect() logic

2017-05-29 Thread Alexandru Ardelean
On Mon, May 29, 2017 at 10:19 AM, Felix Fietkau wrote: > On 2017-05-19 09:45, Alexandru Ardelean wrote: >> Admittedly, the semantic is a bit different, in the sense >> that there are no progressive retry timeouts. >> >> ubus_auto_connect() uses 1 second fixed retry intervals. >> Whereas the old lo

Re: [LEDE-DEV] [PATCH][procd] ubus: use ubus_auto_connect() logic

2017-05-29 Thread Felix Fietkau
On 2017-05-19 09:45, Alexandru Ardelean wrote: > Admittedly, the semantic is a bit different, in the sense > that there are no progressive retry timeouts. > > ubus_auto_connect() uses 1 second fixed retry intervals. > Whereas the old logic would start at 50 millisecs and > progress up to 1 second.