feat: add key-free demo mode replaying recorded fixtures
This commit is contained in:
parent
0664cc2d27
commit
401a0ddea7
21 changed files with 1040 additions and 31 deletions
|
|
@ -73,6 +73,9 @@ class Settings(BaseSettings):
|
|||
resolution_cache_max_entries: int = 2048
|
||||
taste_profile_ttl_seconds: float = 900.0
|
||||
|
||||
# Demo replay paces recorded stream chunks so cards appear as they did live.
|
||||
demo_chunk_delay_seconds: float = 0.05
|
||||
|
||||
# Taste profile fetch bounds: enough signal to describe a listener
|
||||
# without paging through an entire library on session start.
|
||||
top_items_limit: int = 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue