From e86a1766c856b3dabe9ce18d8f8156fbb8625af5 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:26:46 +0200 Subject: [PATCH] Update api.json --- api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.json b/api.json index ba587a9..771db68 100644 --- a/api.json +++ b/api.json @@ -24,8 +24,8 @@ "stratum": { "enabled": true, "listen": "0.0.0.0:8008", - "maxConn": 8192, "timeout": "120s", + "maxConn": 8192, "tls": false, "certFile": "/path/to/cert.pem", "keyFile": "/path/to/key.pem"