aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2005-09-26 03:20:50 +0000
committerschnetter <schnetter@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2005-09-26 03:20:50 +0000
commit233a494353e1dd9d0b1ccfb66edf1ed6f0527689 (patch)
tree092321b4cbb0b229cc88fbd2725598f242eb24db
parent1f3ff287ad489c9a49a2d0ab13669e22f71effab (diff)
Make HTTPD::use_pthreads=yes the default. This functionality has a
graceful fallback built in anyway. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@221 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index c9ce914..99c7f3a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -58,7 +58,7 @@ KEYWORD encryption_scheme "How the password is encrypted"
BOOLEAN use_pthreads "Use a threaded implementation if possible ?"
{
-} "no"
+} "yes"
BOOLEAN verbose "Print information about HTTP requests" STEERABLE = ALWAYS
{