Ack.

regards,

Anders Widell


On 03/07/2017 08:20 AM, Hans Nordeback wrote:
>   src/nid/nodeinit.cc |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/src/nid/nodeinit.cc b/src/nid/nodeinit.cc
> --- a/src/nid/nodeinit.cc
> +++ b/src/nid/nodeinit.cc
> @@ -1436,7 +1436,7 @@ int handle_data_request(struct pollfd *f
>           }
>           fifo_fd = open(fifo_file.c_str(), O_WRONLY | O_NONBLOCK);
>         } while ((fifo_fd == -1) &&
> -               (retry_cnt++ < 5 && (errno == EINTR || errno == ENXIO)));
> +               (retry_cnt++ < 50 && (errno == EINTR || errno == ENXIO)));
>   
>         if (fifo_fd == -1) {
>           LOG_ER("Failed to open %s, error: %s", fifo_file.c_str(),


------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to