From 59d393af54ea0f58f8a6989b9eb21549d4a1b664 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 25 Oct 2020 23:02:11 +0000 Subject: [PATCH] feat(*): Add maxqueuesize to config file --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 48015a8..b2125c4 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { - "prefix": "!", + "maxqueuesize": 4, + "prefix": "!", "token": "NzcwMDQyMDEzMjY5NDkxNzUy.X5Xzgg.kcr_51g95iUvEcYCfbQvG1Sx8ao" }