diff --git a/src/core/operator-dashboard.mjs b/src/core/operator-dashboard.mjs index e1d1ace..a43d030 100644 --- a/src/core/operator-dashboard.mjs +++ b/src/core/operator-dashboard.mjs @@ -1983,7 +1983,7 @@ function buildTradeFunnelSummary(lifecycleRows = []) { no_trade_count: noTradeRows.length, // Keep the dashboard response bounded while retaining the full count and // aggregate estimate from the bounded lifecycle input. - successful_trades: successfulTrades.slice(0, 50), + successful_trades: successfulTrades.slice(0, 40), unresolved_submissions: unresolvedSubmissions.slice(0, 20), no_trade_rows: [], counts,