Skip to content

Commit db4ad6b

Browse files
authored
Merge pull request RocketChat#51 from WideChat/cg_df_defaults
Dialogflow default settings
2 parents 239059c + 68f07f8 commit db4ad6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/Settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const settings: Array<ISetting> = [
203203
id: AppSetting.DialogflowCustomerTimeoutTime,
204204
public: true,
205205
type: SettingType.NUMBER,
206-
packageValue: 60,
206+
packageValue: 300,
207207
i18nLabel: 'dialogflow_customer_timeout_time',
208208
i18nDescription: 'dialogflow_customer_timeout_time_description',
209209
required: true,
@@ -212,7 +212,7 @@ export const settings: Array<ISetting> = [
212212
id: AppSetting.DialogflowCustomerTimeoutWarningTime,
213213
public: true,
214214
type: SettingType.NUMBER,
215-
packageValue: 600,
215+
packageValue: 60,
216216
i18nLabel: 'dialogflow_customer_timeout_warning_time',
217217
i18nDescription: 'dialogflow_customer_timeout_warning_time_description',
218218
required: true,

0 commit comments

Comments
 (0)