mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 01:06:17 +00:00
Update config.jsonc to adjust delay settings and enable critical stop in risk management
- Changed minimum delay from 3 minutes to 2 minutes - Changed maximum delay from 5 minutes to 4 minutes - Enabled stopping on critical issues in risk management
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -52,8 +52,8 @@
|
||||
"semanticDedup": true, // Filter queries with high word similarity (Jaccard). Reduces repetitive patterns.
|
||||
"semanticDedupThreshold": 0.65, // Similarity threshold (0-1). Lower = more strict filtering.
|
||||
"delay": {
|
||||
"min": "3min",
|
||||
"max": "5min"
|
||||
"min": "2min",
|
||||
"max": "4min"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -87,7 +87,7 @@
|
||||
"riskManagement": {
|
||||
"enabled": true,
|
||||
"autoAdjustDelays": true,
|
||||
"stopOnCritical": false,
|
||||
"stopOnCritical": true,
|
||||
"banPrediction": true,
|
||||
"riskThreshold": 75
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user