From cbbc6c1d85265604789369f0a8d4862f143396c9 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:19:15 +1000 Subject: [PATCH] Vintage Story: prevent automatic retries (#466) --- vintage-story-new.kvp | 2 +- vintage-story.kvp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vintage-story-new.kvp b/vintage-story-new.kvp index 833669e..1804b3f 100644 --- a/vintage-story-new.kvp +++ b/vintage-story-new.kvp @@ -82,5 +82,5 @@ Limits.SleepMode=True Limits.SleepOnStart=False Limits.SleepDelayMinutes=5 Limits.DozeDelay=2 -Limits.AutoRetryCount=5 +Limits.AutoRetryCount=0 Limits.SleepStartThresholdSeconds=25 diff --git a/vintage-story.kvp b/vintage-story.kvp index 760e96b..c7b523c 100644 --- a/vintage-story.kvp +++ b/vintage-story.kvp @@ -82,5 +82,5 @@ Limits.SleepMode=True Limits.SleepOnStart=False Limits.SleepDelayMinutes=5 Limits.DozeDelay=2 -Limits.AutoRetryCount=5 +Limits.AutoRetryCount=0 Limits.SleepStartThresholdSeconds=25