From 4ec3a1ff619d50c44afab6a57e78b94a37e4f220 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 5 Jan 2020 16:46:36 -0800 Subject: [PATCH] Remove uncommon settings --- plugin/config.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugin/config.json b/plugin/config.json index 68149f1..e995d16 100644 --- a/plugin/config.json +++ b/plugin/config.json @@ -1,11 +1,7 @@ { "apiKey": null, "apiLogPath": null, - "apiPollInterval": 25, - "apiVersion": 6, - "webBacklog": 5, "webBindAddress": "127.0.0.1", "webBindPort": 8765, - "webCorsOrigin": "http://localhost", - "webTimeout": 10000 + "webCorsOrigin": "http://localhost" }