From 233a494353e1dd9d0b1ccfb66edf1ed6f0527689 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 26 Sep 2005 03:20:50 +0000 Subject: 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 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3