diff --git a/config/Settings.ts b/config/Settings.ts index 5399fa9..3db6c59 100644 --- a/config/Settings.ts +++ b/config/Settings.ts @@ -195,7 +195,7 @@ export const settings: Array = [ id: AppSetting.DialogflowEnableCustomerTimeout, public: true, type: SettingType.BOOLEAN, - packageValue: true, + packageValue: false, i18nLabel: 'dialogflow_enable_customer_timeout', i18nDescription: 'dialogflow_enable_customer_timeout_description', required: true,