···88)
991010// CacheTTL is how long cached data remains valid
1111-const CacheTTL = 5 * time.Minute
1111+// Set to 2 minutes to balance multi-device sync with PDS request load
1212+const CacheTTL = 2 * time.Minute
12131314// UserCache holds cached data for a single user.
1415// This struct is immutable once created - modifications create new instances.