Fix demo simulator and pricing UI bugs

This commit is contained in:
DmitrL-dev 2026-03-31 10:04:53 +10:00
parent 4ce60a33d6
commit 54337f4593
2 changed files with 37 additions and 39 deletions

View file

@ -209,6 +209,9 @@ func main() {
// Start background retention scheduler (§19)
socSvc.StartRetentionScheduler(ctx, 0) // 0 = default 1 hour
// Start WebSocket Event Bridge for live real-time streams
srv.StartEventBridge(ctx)
// pprof profiling (§P4C) — enabled by SOC_PPROF=true
if env("SOC_PPROF", "") == "true" {
srv.EnablePprof()