Add testing-mode throttles and UI batching
Throttle ingest pipelines in TESTING_MODE, document settings in README, and batch live UI updates per frame to reduce scroll lag.
This commit is contained in:
parent
82861408e4
commit
bd1a67a7fc
5 changed files with 341 additions and 58 deletions
|
|
@ -45,6 +45,10 @@ IBKR_PYTHON_BIN=python3
|
|||
EQUITIES_INGEST_ADAPTER=synthetic
|
||||
EMIT_INTERVAL_MS=1000
|
||||
|
||||
# Testing mode
|
||||
TESTING_MODE=false
|
||||
TESTING_THROTTLE_MS=200
|
||||
|
||||
# Compute consumer behavior
|
||||
COMPUTE_DELIVER_POLICY=new
|
||||
COMPUTE_CONSUMER_RESET=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue