This commit is contained in:
root
2013-01-07 13:28:47 -05:00
parent 3f203f3efa
commit 906bc8b4b8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ unset($groups);
$ps = new PowerProcess;
$ps->RegisterCallback('psUpdateComplete');
$ps->SetMaxThreads = 10;
$ps->SetMaxThreads = 5;
$ps->SetThreadTimeLimit = 0; // Disable child timeout
echo "Starting threaded backfill process\n";
+1 -1
View File
@@ -11,7 +11,7 @@ unset($groups);
$ps = new PowerProcess;
$ps->RegisterCallback('psUpdateComplete');
$ps->SetMaxThreads = 10;
$ps->SetMaxThreads = 5;
$ps->SetThreadTimeLimit = 0; // Disable child timeout
echo "Starting threaded binary update process\n";
+1 -1
View File
@@ -12,7 +12,7 @@ unset($groups);
$ps = new PowerProcess;
$ps->RegisterCallback('psUpdateComplete');
$ps->SetMaxThreads = 10;
$ps->SetMaxThreads = 5;
$ps->SetThreadTimeLimit = 0; // Disable child timeout
echo "Starting threaded backfill process\n";
+1 -1
View File
@@ -11,7 +11,7 @@ unset($groups);
$ps = new PowerProcess;
$ps->RegisterCallback('psUpdateComplete');
$ps->SetMaxThreads = 10;
$ps->SetMaxThreads = 5;
$ps->SetThreadTimeLimit = 0; // Disable child timeout
echo "Starting threaded binary update process\n";