We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3480726 commit 0b01eedCopy full SHA for 0b01eed
1 file changed
config/Settings.ts
@@ -200,7 +200,7 @@ export const settings: Array<ISetting> = [
200
id: AppSetting.DialogflowCustomerTimeoutTime,
201
public: true,
202
type: SettingType.NUMBER,
203
- packageValue: 35,
+ packageValue: 60,
204
i18nLabel: 'dialogflow_customer_timeout_time',
205
i18nDescription: 'dialogflow_customer_timeout_time_description',
206
required: true,
@@ -209,7 +209,7 @@ export const settings: Array<ISetting> = [
209
id: AppSetting.DialogflowCustomerTimeoutWarningTime,
210
211
212
- packageValue: 25,
+ packageValue: 40,
213
i18nLabel: 'dialogflow_customer_timeout_warning_time',
214
i18nDescription: 'dialogflow_customer_timeout_warning_time_description',
215
0 commit comments