CoreArchiver.php (matomo-4.1.2-rc2) | : | CoreArchiver.php (matomo-4.2.0) | ||
---|---|---|---|---|
skipping to change at line 113 | skipping to change at line 113 | |||
"When processing a website and its segments, number of requests to p rocess in parallel", CronArchive::MAX_CONCURRENT_API_REQUESTS); | "When processing a website and its segments, number of requests to p rocess in parallel", CronArchive::MAX_CONCURRENT_API_REQUESTS); | |||
$command->addOption('concurrent-archivers', null, InputOption::VALUE_OPT IONAL, | $command->addOption('concurrent-archivers', null, InputOption::VALUE_OPT IONAL, | |||
"The number of max archivers to run in parallel. Depending on how yo u start the archiver as a cronjob, you may need to double the amount of archiver s allowed if the same process appears twice in the `ps ex` output.", false); | "The number of max archivers to run in parallel. Depending on how yo u start the archiver as a cronjob, you may need to double the amount of archiver s allowed if the same process appears twice in the `ps ex` output.", false); | |||
$command->addOption('disable-scheduled-tasks', null, InputOption::VALUE_ NONE, | $command->addOption('disable-scheduled-tasks', null, InputOption::VALUE_ NONE, | |||
"Skips executing Scheduled tasks (sending scheduled reports, db opti mization, etc.)."); | "Skips executing Scheduled tasks (sending scheduled reports, db opti mization, etc.)."); | |||
$command->addOption('accept-invalid-ssl-certificate', null, InputOption: :VALUE_NONE, | $command->addOption('accept-invalid-ssl-certificate', null, InputOption: :VALUE_NONE, | |||
"It is _NOT_ recommended to use this argument. Instead, you should u se a valid SSL certificate!\nIt can be " | "It is _NOT_ recommended to use this argument. Instead, you should u se a valid SSL certificate!\nIt can be " | |||
. "useful if you specified --url=https://... or if you are using Piw ik with force_ssl=1"); | . "useful if you specified --url=https://... or if you are using Piw ik with force_ssl=1"); | |||
$command->addOption('php-cli-options', null, InputOption::VALUE_OPTIONAL , 'Forwards the PHP configuration options to the PHP CLI command. For example "- d memory_limit=8G". Note: These options are only applied if the archiver actuall y uses CLI and not HTTP.', $default = ''); | $command->addOption('php-cli-options', null, InputOption::VALUE_OPTIONAL , 'Forwards the PHP configuration options to the PHP CLI command. For example "- d memory_limit=8G". Note: These options are only applied if the archiver actuall y uses CLI and not HTTP.', $default = ''); | |||
$command->addOption('force-all-websites', null, InputOption::VALUE_NONE, 'Force archiving all websites.'); | $command->addOption('force-all-websites', null, InputOption::VALUE_NONE, 'Force archiving all websites.'); | |||
$command->addOption('force-report', null, InputOption::VALUE_NONE, 'If s pecified, only processes invalidations for a specific report in a specific plugi n. Value must be in the format of "MyPlugin.myReport".'); | $command->addOption('force-report', null, InputOption::VALUE_OPTIONAL, ' If specified, only processes invalidations for a specific report in a specific p lugin. Value must be in the format of "MyPlugin.myReport".'); | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |