[MM-53269] Add configuration setting for integration requests timeout (#23805)
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7874daa6f7
Коммит
1fdddfe678
@@ -8264,7 +8264,7 @@
|
||||
},
|
||||
{
|
||||
"id": "interactive_message.decode_trigger_id.expired",
|
||||
"translation": "Trigger ID for interactive dialog is expired. Trigger IDs live for a maximum of {{.Seconds}} seconds."
|
||||
"translation": "Trigger ID for interactive dialog is expired. Trigger IDs live for a maximum of {{.Duration}}."
|
||||
},
|
||||
{
|
||||
"id": "interactive_message.decode_trigger_id.missing_data",
|
||||
@@ -8922,6 +8922,10 @@
|
||||
"id": "model.config.is_valid.move_thread.domain_invalid.app_error",
|
||||
"translation": "Invalid domain for move thread settings"
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.outgoing_integrations_request_timeout.app_error",
|
||||
"translation": "Invalid Outgoing Integrations Request Timeout for service settings. Must be a positive number."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.password_length.app_error",
|
||||
"translation": "Minimum password length must be a whole number greater than or equal to {{.MinLength}} and less than or equal to {{.MaxLength}}."
|
||||
|
||||
Ссылка в новой задаче
Block a user