0.2.78
This commit is contained in:
@@ -95,6 +95,10 @@ type Server struct {
|
||||
// ratingsWarm fills and renews the durable rating cache behind the viewer, so a row
|
||||
// never waits on MDBList and the operator's daily allowance is spent once per title.
|
||||
ratingsWarm ratingsWarmer
|
||||
// integrationHealth is what the last reachability probe found for each external
|
||||
// service. Cached rather than probed on request because the console polls: every open
|
||||
// tab would otherwise be its own request against somebody's Sonarr.
|
||||
integrationHealth integrationHealthCache
|
||||
// alertMu serialises the read-modify-write of the shared alert list. Its producers
|
||||
// are events — a webhook, a finished sync, a health probe — none of them paced by
|
||||
// this server, so two can land at once.
|
||||
|
||||
Reference in New Issue
Block a user