]> granicus.if.org Git - apache/commitdiff
Modified default refresh value to 10 secs so that its possible to correct a typo.
authorGuenter Knauf <fuankg@apache.org>
Tue, 1 Jan 2008 17:23:16 +0000 (17:23 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 1 Jan 2008 17:23:16 +0000 (17:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607873 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 38859e38156e531ffd399fdb7e69e63227a67743..d2406a8b4ff42a7195d5f15b38d081c28ac4fc08 100644 (file)
@@ -306,7 +306,7 @@ static int status_handler(request_rec *r)
                     }
                     apr_table_set(r->headers_out,
                                   status_options[i].hdr_out_str,
-                                  apr_ltoa(r->pool, t < 1 ? 1 : t));
+                                  apr_ltoa(r->pool, t < 1 ? 10 : t));
                     break;
                 }
                 case STAT_OPT_NOTABLE: