Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 18, 2024
1 parent 369adb1 commit 53d6585
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ class TimeoutOptions implements Serializable {
''')
Integer edtToDesignerFormatTransformation

@JsonPropertyDescription('''Таймаут шага получения бинарников, в минутах.
По умолчанию содержит значение 60.
''')
Integer getBinaries

@JsonPropertyDescription('''Таймаут шага создания информационной базы, в минутах.
По умолчанию содержит значение 60.
''')
Expand All @@ -24,7 +29,7 @@ class TimeoutOptions implements Serializable {
@JsonPropertyDescription('''Таймаут шага загрузки расширений в базу, в минутах.
По умолчанию содержит значение 60.
''')
Integer loadExtintions
Integer loadExtensions

@JsonPropertyDescription('''Таймаут шага архивирования информационной базы, в минутах.
По умолчанию содержит значение 60.
Expand Down

0 comments on commit 53d6585

Please sign in to comment.