mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-21 13:55:13 +02:00
Fix demo simulator and pricing UI bugs
This commit is contained in:
parent
4ce60a33d6
commit
54337f4593
2 changed files with 37 additions and 39 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue