Don't load full right away

This commit is contained in:
Jack Kingsman
2026-03-10 14:39:40 -07:00
parent 97997e23e8
commit 738e0b9815
9 changed files with 166 additions and 24 deletions
+4 -1
View File
@@ -515,7 +515,10 @@ class AppSettings(BaseModel):
max_radio_contacts: int = Field(
default=200,
description="Maximum favorite contacts to keep on radio for DM ACKs",
description=(
"Configured radio contact capacity used for maintenance thresholds; "
"favorites reload first, then background fill targets about 80% of this value"
),
)
favorites: list[Favorite] = Field(
default_factory=list, description="List of favorited conversations"