mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: Screenshot interval in non-combat to help reduce CPU
This commit is contained in:
@@ -54,8 +54,12 @@
|
||||
}
|
||||
},
|
||||
"Optimization": {
|
||||
"ScreenshotInterval": {
|
||||
"type": "input",
|
||||
"value": 0.3
|
||||
},
|
||||
"CombatScreenshotInterval": {
|
||||
"type": "disable",
|
||||
"type": "input",
|
||||
"value": 1.0
|
||||
},
|
||||
"TaskHoardingDuration": {
|
||||
|
||||
@@ -30,6 +30,7 @@ Error:
|
||||
SaveError: true
|
||||
ScreenshotLength: 1
|
||||
Optimization:
|
||||
ScreenshotInterval: 0.3
|
||||
CombatScreenshotInterval: 1.0
|
||||
TaskHoardingDuration: 0
|
||||
WhenTaskQueueEmpty:
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
|
||||
# ==================== Alas ====================
|
||||
|
||||
Alas:
|
||||
Optimization:
|
||||
CombatScreenshotInterval: 1.0
|
||||
Restart:
|
||||
Scheduler:
|
||||
SuccessInterval: 0
|
||||
|
||||
Reference in New Issue
Block a user