From 5f36eaa7967e8364a1ac0bd9b11ba5cc8107067c Mon Sep 17 00:00:00 2001 From: VforValens Date: Sat, 6 Aug 2022 19:13:56 -0400 Subject: [PATCH] Restoring config defaults. --- Valens-AIO/config/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Valens-AIO/config/config.json b/Valens-AIO/config/config.json index 19f143f..7958ffd 100644 --- a/Valens-AIO/config/config.json +++ b/Valens-AIO/config/config.json @@ -416,16 +416,16 @@ "examinedByDefault": false, "removeBackpackFilter": true, "removeKeyUsageMax": false, - "roublesMaxStack": 10000000, - "dollarsMaxStack": 1000000, - "eurosMaxStack": 1000000, + "roublesMaxStack": 500000, + "dollarsMaxStack": 50000, + "eurosMaxStack": 50000, "weightModifier": 1 }, "locations": { "allExtractsAvailable": true, - "exfilTime": 3, + "exfilTime": 8, "extractionsExtended": true, "noExtractRestrictions": true },