Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2018-12-11 08:13:01 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-12-11 08:13:01 +0300
commitef5b071576e06dda758d2a0855058aef11b160fd (patch)
treef4d2cc530b773996013e205c4a2b12809af40369
parent8a2a51c2a485adf7f762c8a20441bd13a62c6f62 (diff)
Tweak description for concurrent-archivers (#13821)
fix #13806
-rw-r--r--plugins/CoreConsole/Commands/CoreArchiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php
index 7f14ac4f82..fd79cc1a9f 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -114,7 +114,7 @@ class CoreArchiver extends ConsoleCommand
$command->addOption('concurrent-requests-per-website', null, InputOption::VALUE_OPTIONAL,
"When processing a website and its segments, number of requests to process in parallel", CronArchive::MAX_CONCURRENT_API_REQUESTS);
$command->addOption('concurrent-archivers', null, InputOption::VALUE_OPTIONAL,
- "The number of max archivers to run in parallel", false);
+ "The number of max archivers to run in parallel. Depending on how you start the archiver as a cronjob, you may need to double the amount of archivers allowed if the same process appears twice in the `ps ex` output.", false);
$command->addOption('disable-scheduled-tasks', null, InputOption::VALUE_NONE,
"Skips executing Scheduled tasks (sending scheduled reports, db optimization, etc.).");
$command->addOption('accept-invalid-ssl-certificate', null, InputOption::VALUE_NONE,