[ostree] run-apache: Use -DFOREGROUND, not -X
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] run-apache: Use -DFOREGROUND, not -X
- Date: Mon, 1 Apr 2013 23:10:01 +0000 (UTC)
commit a268b53dc93b7ed72d9e7f05a4f4a93a49ad71a7
Author: Colin Walters <walters verbum org>
Date: Mon Apr 1 18:53:12 2013 -0400
run-apache: Use -DFOREGROUND, not -X
-X implies debug mode which limits the workers to 1, which totally
kills parallelism.
tests/run-apache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/run-apache.c b/tests/run-apache.c
index b074e6e..cabccb9 100644
--- a/tests/run-apache.c
+++ b/tests/run-apache.c
@@ -134,7 +134,7 @@ main (int argc,
httpd_argv = g_ptr_array_new ();
g_ptr_array_add (httpd_argv, "httpd");
- g_ptr_array_add (httpd_argv, "-X");
+ g_ptr_array_add (httpd_argv, "-DFOREGROUND");
g_ptr_array_add (httpd_argv, "-f");
g_ptr_array_add (httpd_argv, argv[1]);
g_ptr_array_add (httpd_argv, "-C");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]