Updates to included missed options.
This commit is contained in:
@@ -30,6 +30,8 @@ return [
|
|||||||
'options.IMPORT_METADATA_ONLY' => false,
|
'options.IMPORT_METADATA_ONLY' => false,
|
||||||
'options.DRY_RUN' => false,
|
'options.DRY_RUN' => false,
|
||||||
'options.client.timeout' => false,
|
'options.client.timeout' => false,
|
||||||
|
'options.client.http_version' => false,
|
||||||
'options.use_old_progress_endpoint' => false,
|
'options.use_old_progress_endpoint' => false,
|
||||||
|
'options.MAX_EPISODE_RANGE' => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -131,12 +131,24 @@ return [
|
|||||||
'visible' => false,
|
'visible' => false,
|
||||||
'description' => 'Enable dry-run changes will not be committed in supported context.',
|
'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',
|
'key' => 'options.client.timeout',
|
||||||
'type' => 'integer',
|
'type' => 'integer',
|
||||||
'visible' => false,
|
'visible' => false,
|
||||||
'description' => 'The http timeout per request to the backend.',
|
'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',
|
'key' => 'options.use_old_progress_endpoint',
|
||||||
'type' => 'bool',
|
'type' => 'bool',
|
||||||
|
|||||||
Reference in New Issue
Block a user