Release 1.6.2
This commit is contained in:
@@ -210,8 +210,10 @@ Per-display option:
|
||||
|
||||
Implementation notes:
|
||||
|
||||
- Headlines are fetched server-side via `GET /api/display/<token>/ticker` and cached briefly.
|
||||
- The player reads the company ticker settings via `GET /api/display/<token>/playlist` and refreshes headlines periodically.
|
||||
- Headlines are fetched server-side via `GET /api/display/<token>/ticker` and cached in-memory.
|
||||
- The player reads the company ticker settings via `GET /api/display/<token>/playlist`.
|
||||
- The player auto-refreshes headlines without restart on a **long interval** (default: **12 hours**, override via `?ticker_poll=seconds`).
|
||||
- Server-side cache TTL defaults to **6 hours** (override via env var `TICKER_CACHE_TTL_SECONDS`).
|
||||
|
||||
## SMTP / Forgot password
|
||||
|
||||
@@ -290,5 +292,6 @@ If the reset email is not received:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user