From df4dc0b5056bd061aa2250fcf846bfff55315a34 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 4 Apr 2021 17:09:23 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/conf/config.json b/conf/config.json index 80df047..7da3fc0 100644 --- a/conf/config.json +++ b/conf/config.json @@ -108,6 +108,7 @@ "EnableOpenServer": false, "EnableUserDeactivation": false, "RestrictCreationToDomains": "", + "EnableCustomUserStatuses": true, "EnableCustomBrand": false, "CustomBrandText": "", "CustomDescriptionText": "", @@ -149,6 +150,7 @@ "DataSourceSearchReplicas": [], "MaxIdleConns": 20, "ConnMaxLifetimeMilliseconds": 3600000, + "ConnMaxIdleTimeMilliseconds": 300000, "MaxOpenConns": 300, "Trace": false, "AtRestEncryptKey": "", @@ -199,7 +201,7 @@ "EnableFileAttachments": true, "EnableMobileUpload": true, "EnableMobileDownload": true, - "MaxFileSize": 52428800, + "MaxFileSize": 104857600, "DriverName": "local", "Directory": "__DATA_PATH__", "EnablePublicLink": false, @@ -437,7 +439,8 @@ "BindAddress": "", "AdvertiseAddress": "", "UseIpAddress": true, - "UseExperimentalGossip": false, + "UseExperimentalGossip": true, + "EnableGossipCompression": true, "EnableExperimentalGossipEncryption": false, "ReadOnlyConfig": true, "GossipPort": 8074, @@ -565,10 +568,15 @@ "TestBoolFeature": false, "CloudDelinquentEmailJobsEnabled": false, "CollapsedThreads": false, - "PluginIncidentManagement": "1.3.2" + "CustomUserStatuses": true, + "PluginIncidentManagement": "1.4.0" }, "ImportSettings": { "Directory": "./import", "RetentionDays": 30 + }, + "ExportSettings": { + "Directory": "./export", + "RetentionDays": 30 } } \ No newline at end of file