mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
threads
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user