mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-29 04:10:00 +00:00
docs: Update example configs
This commit is contained in:
parent
dcd63ff093
commit
2295cf4756
5 changed files with 20 additions and 10 deletions
|
|
@ -1,8 +1,18 @@
|
|||
{
|
||||
"debugMode": false,
|
||||
"sourceDefaults": {
|
||||
"maxPollRetries": 0,
|
||||
"maxPollRetries": 1,
|
||||
"maxRequestRetries": 1,
|
||||
"retryMultiplier": 1.5
|
||||
"retryMultiplier": 1.5,
|
||||
"scrobbleThresholds": {
|
||||
"duration": 30,
|
||||
"percent": 50
|
||||
},
|
||||
"options": {
|
||||
"logPayload": false,
|
||||
"logFilterFailure": "warn",
|
||||
"logPlayerState": false
|
||||
}
|
||||
},
|
||||
"clientDefaults": {
|
||||
"maxRequestRetries": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue