Open goodboy opened 1 year ago
Obviously related to both #529 and #221 we have a TON of stuff in many sub-systems that can be exposed for manual user control π
The latest example of this is from #523 which more or less allows user tweaking of the "scaling" of all widgets in our UIs by setting a font size..
search for todo notes in the code base with:
git grep config.toml
git grep conf.toml
more or less off the top of my head (lul):
.data.feed.
tick_throttle
data.flows.Flume
.service
.accounting._allocate
conf.toml
.data.feed
.data.history
ShmArray
/dev/shm
Obviously related to both #529 and #221 we have a TON of stuff in many sub-systems that can be exposed for manual user control π
The latest example of this is from #523 which more or less allows user tweaking of the "scaling" of all widgets in our UIs by setting a font size..
Where to start
search for todo notes in the code base with:
git grep config.toml
git grep conf.toml
more or less off the top of my head (lul):
.data.feed.
throttling controls (search fortick_throttle
)data.flows.Flume
memory allocation size depending on OHLC sample rate.service
related (actor) daemon socket-address settings, maybe registry definitions?.accounting._allocate
settings for order sizing and limitsTesting
conf.toml
file.data.feed
throttle rate results in measurably limited tick rates..data.history
relatedShmArray
(buffer) mem size and make sure/dev/shm
files are sized to match.