implement durable options tape history

This commit is contained in:
dirtydishes 2026-05-16 17:27:02 -04:00
parent e3940eb0a6
commit bd60d0d5d5
9 changed files with 423 additions and 56 deletions

View file

@ -72,7 +72,7 @@ const CHART_LIMITS = {
} as const;
const DEFAULT_LIVE_LIMITS: GenericLiveLimits = {
options: 1000,
options: 100,
nbbo: 1000,
equities: 1000,
"equity-quotes": 500,