We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 239059c + 68f07f8 commit db4ad6bCopy full SHA for db4ad6b
1 file changed
config/Settings.ts
@@ -203,7 +203,7 @@ export const settings: Array<ISetting> = [
203
id: AppSetting.DialogflowCustomerTimeoutTime,
204
public: true,
205
type: SettingType.NUMBER,
206
- packageValue: 60,
+ packageValue: 300,
207
i18nLabel: 'dialogflow_customer_timeout_time',
208
i18nDescription: 'dialogflow_customer_timeout_time_description',
209
required: true,
@@ -212,7 +212,7 @@ export const settings: Array<ISetting> = [
212
id: AppSetting.DialogflowCustomerTimeoutWarningTime,
213
214
215
- packageValue: 600,
+ packageValue: 60,
216
i18nLabel: 'dialogflow_customer_timeout_warning_time',
217
i18nDescription: 'dialogflow_customer_timeout_warning_time_description',
218
0 commit comments