Re: [devel] [PATCH 1/1] ais: change default retry in decorator [#2743]

2017-12-20 Thread Hans Nordebäck
ack, review only. One comment/question below. /Regards HansN On 12/20/2017 01:37 PM, Vu Minh Nguyen wrote: Change interval time to 100 miliseconds, and timeout to one minute for the default retry control. --- src/ais/tests/try_again_decorator_test.cc | 8 +---

[devel] [PATCH 1/1] ais: change default retry in decorator [#2743]

2017-12-20 Thread Vu Minh Nguyen
Change interval time to 100 miliseconds, and timeout to one minute for the default retry control. --- src/ais/tests/try_again_decorator_test.cc | 8 +--- src/ais/try_again_decorator.h | 8 2 files changed, 9 insertions(+), 7 deletions(-) diff --git