diff --git a/src/collectStats.ts b/src/collectStats.ts index 39b6943..e19e414 100644 --- a/src/collectStats.ts +++ b/src/collectStats.ts @@ -32,8 +32,8 @@ const CLUSTER_URLS = [ const cluster = (process.env.CLUSTER || "devnet") as Cluster const groupName = (process.env.GROUP || "devnet.1") as string const SECONDS = 1000 -const PERP_INTERVAL = 10 * SECONDS -const SPOT_INTERVAL = 20 * SECONDS +const PERP_INTERVAL = 30 * SECONDS +const SPOT_INTERVAL = 30 * SECONDS const clusterUrl = CLUSTER_URLS.find((c) => c.name === cluster) const connection = new Connection(clusterUrl.url, "singleGossip") const config = new Config(IDS)