From e996545e50170f443ddcc4879552fa3a838a6342 Mon Sep 17 00:00:00 2001 From: vilP1L Date: Sun, 2 Jun 2019 16:47:51 -0400 Subject: [PATCH] [Config] Modify hq auto options --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 7d40a37..6a7eff7 100644 --- a/config.json +++ b/config.json @@ -98,8 +98,8 @@ }, "hq": { "autoSplit": true, - "splitThreshold": 50, - "autoCheckpoints": true, - "checkpointThreshold": 0.50 + "splitThreshold": 65, + "autoCheckpoints": false, + "checkpointThreshold": 2 } } \ No newline at end of file