mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-26 13:50:29 -05:00
- Reduces Redis storage usage by minimizing keys & values. - Increases Redis initial connection timeout from 10ms to 60s. This is the _intended_ duration by the library, but a healthy amount of default values in [the Vapor side](8037b6f66a/Sources/Redis/RedisConfiguration.swift (L27)) causes `nil` to be passed down, which causes a `?? .milliseconds(10)` in [the Redis library](8ff8b03907/Sources/RediStack/Configuration.swift (L295)). - Makes APNS deploys cancel earlier ones, and detaches from the deploy so the GHA can exit earlier.