docs: LOGGING env vars for Phase 408 poll backoff and gossip alerts
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -38,6 +38,9 @@ The boot payload includes `logFile` so the UI can show the path on the diagnosti
|
||||
| `PEARCORD_EMOJI_MISS_CACHE_MS` | TTL for negative emoji attachment lookups after miss (default **60000**) |
|
||||
| `PEARCORD_LOG_VIEW_LIGHT` | `debug` → light `view()` poll spans at debug/info; default omits them unless level is `trace` (v0.8.333) |
|
||||
| `PEARCORD_STATE_POLL_ACTIVE_MS` | Override active guild/DM state poll interval in ms (default **1500**, minimum **500**) (v0.8.335). Smoke: `npm run test:state-poll-active-ms-env` |
|
||||
| `PEARCORD_STATE_POLL_UNFOCUSED_MS` | Poll interval when renderer is blurred/hidden (default **6000**, min **2000**) (Phase 408 P408-08) |
|
||||
| `PEARCORD_STATE_POLL_UNFOCUSED_UNREAD_MS` | Poll interval when unfocused but guild/DM unreads exist (default **2500**) (Phase 408 P408-08) |
|
||||
| `PEARCORD_GOSSIP_LANE_ALERT_*` | Per-lane outbox depth warn thresholds (`MESSAGE`/`PRESENCE`/`AUDIT`/`DEFAULT`) (Phase 408 P408-09) |
|
||||
| `PEARCORD_LOG_IPC_SLOW_MS` | When set (>0), IPC `dispatch` spans at or above this ms log as **warn** even under 2s (v0.8.253) |
|
||||
| `PEARCORD_EMOJI_PREFETCH_CAP` | Max custom emoji images to warm after guild open (default **5**) (v0.8.253) |
|
||||
| `PEARCORD_STICKER_MISS_CACHE_MS` | TTL for negative sticker attachment lookups (default **60000**) (v0.8.253) |
|
||||
|
||||
Reference in New Issue
Block a user