From ddc996f33fc39b2b8f4705d6e1232ccbad1ee4c7 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 31 May 2017 06:47:27 +0200 Subject: [PLT-5465/APIV4] GET /system/health - Improve ping health check to have limits (#6331) * implement PLT-5465 - Improve ping health check to have limits * update /ping and delete /health * remove permission check --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index fe47c20d8..d8384a9e3 100644 --- a/config/config.json +++ b/config/config.json @@ -12,6 +12,7 @@ "ReadTimeout": 300, "WriteTimeout": 300, "MaximumLoginAttempts": 10, + "GoroutineHealthThreshold": -1, "GoogleDeveloperKey": "", "EnableOAuthServiceProvider": false, "EnableIncomingWebhooks": true, @@ -279,4 +280,4 @@ "DataRetentionSettings": { "Enable": false } -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22