mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
- Added 5-minute cooldown between matching runs to prevent spam - Improved cache checking to skip unnecessary matching - Persist matched tracks cache to file for faster restarts - Cache warming service now loads matched tracks on startup - Suppress verbose HTTP client logs (LogicalHandler/ClientHandler) - Only run matching when cache is missing or manual mappings added
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System.Net.Http.HttpClient.Default.LogicalHandler": "Warning",
|
|
"System.Net.Http.HttpClient.Default.ClientHandler": "Warning"
|
|
}
|
|
},
|
|
"SpotifyImport": {
|
|
"Enabled": false,
|
|
"SyncStartHour": 16,
|
|
"SyncStartMinute": 15,
|
|
"SyncWindowHours": 2,
|
|
"Playlists": []
|
|
}
|
|
}
|