Updates to included missed options.

This commit is contained in:
Abdulmhsen B. A. A
2024-05-15 18:39:04 +03:00
parent 0d71ae64c0
commit b0f44019d7
2 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ return [
'options.IMPORT_METADATA_ONLY' => false,
'options.DRY_RUN' => false,
'options.client.timeout' => false,
'options.client.http_version' => false,
'options.use_old_progress_endpoint' => false,
'options.MAX_EPISODE_RANGE' => false,
];

View File

@@ -131,12 +131,24 @@ return [
'visible' => false,
'description' => 'Enable dry-run changes will not be committed in supported context.',
],
[
'key' => 'options.MAX_EPISODE_RANGE',
'type' => 'int',
'visible' => false,
'description' => 'The max range of episodes that episode can cover. The default is 3.'
],
[
'key' => 'options.client.timeout',
'type' => 'integer',
'visible' => false,
'description' => 'The http timeout per request to the backend.',
],
[
'key' => 'options.client.http_version',
'type' => 'float',
'visible' => false,
'description' => 'The http version to use when making requests to the backend.',
],
[
'key' => 'options.use_old_progress_endpoint',
'type' => 'bool',