From 7f15ef7e9942b9eaee61b9dc4f6db970525869c20475174c6e202c63f8c16c45 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 8 Feb 2019 09:26:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=25 --- apr-test-sendfile-timeout.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apr-test-sendfile-timeout.patch b/apr-test-sendfile-timeout.patch index 8074912..2299b54 100644 --- a/apr-test-sendfile-timeout.patch +++ b/apr-test-sendfile-timeout.patch @@ -7,7 +7,7 @@ Index: apr-1.6.5/test/sendfile.c case TIMEOUT: /* set a timeout */ - rv = apr_socket_timeout_set(sock, 100 * APR_USEC_PER_SEC); -+ rv = apr_socket_timeout_set(sock, apr_time_from_sec(3)); ++ rv = apr_socket_timeout_set(sock, apr_time_from_sec(100)); if (rv != APR_SUCCESS) { aprerr("apr_socket_opt_set(APR_SO_NONBLOCK)", rv); exit(1);