From 4a704bd76873f0bad0d97d442592145b61345e4f Mon Sep 17 00:00:00 2001 From: vilP1L Date: Thu, 15 Aug 2019 17:46:28 -0400 Subject: [PATCH] [HQ] Lower checkpoint threshold because pays are shit --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 7dda63a..3a184df 100644 --- a/config.json +++ b/config.json @@ -98,6 +98,6 @@ "autoLifeQuestionThreshold": 9, "splitThreshold": 0.65, "autoCheckpoints": true, - "checkpointThreshold": 1 + "checkpointThreshold": 0.40 } } \ No newline at end of file