Expand active market scan and suggestions

This commit is contained in:
Theodore Song
2026-07-26 16:07:08 -04:00
parent 8d69619dad
commit 734b989072
2 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const SUG_KEY = "pma_suggestions_v5";
const PAPER_KEY = "pma_paper_accounts_v1";
const LIVE_KEY = "pma_live_readiness_v1";
const AGENT_IDS = ["value", "momentum", "favorite", "longshot", "diversifier", "copycat", "whale1", "whale2", "whale3", "whale4"];
const LIMITS = { closed: 80, history: 160, snapshots: 240, suggestions: 120, paperHistory: 120, paperSnapshots: 120, audit: 120 };
const LIMITS = { closed: 80, history: 160, snapshots: 240, suggestions: 900, paperHistory: 120, paperSnapshots: 120, audit: 120 };
async function readJsonBlob() {
const blob = await get(STATE_PATH, { access: "private" });