Improve live tape UX and compute consumer behavior
- raise UI tape cap to 500 and keep newest-first ordering - add jump-to-top with missed counter + revised card layout styling - add compute deliver policy/reset envs to prevent JetStream backlog replay - update .env.example and README for new defaults/config
This commit is contained in:
parent
57450138c4
commit
ad58c62c37
5 changed files with 349 additions and 29 deletions
|
|
@ -44,3 +44,7 @@ IBKR_PYTHON_BIN=python3
|
|||
# Equities ingest
|
||||
EQUITIES_INGEST_ADAPTER=synthetic
|
||||
EMIT_INTERVAL_MS=1000
|
||||
|
||||
# Compute consumer behavior
|
||||
COMPUTE_DELIVER_POLICY=new
|
||||
COMPUTE_CONSUMER_RESET=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue