Vintage Story: prevent automatic retries (#466)

This commit is contained in:
Greelan 2023-09-23 11:19:15 +10:00 committed by GitHub
parent 476a59980f
commit cbbc6c1d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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