reduce interval

This commit is contained in:
Tyler Shipe 2021-08-19 17:08:12 -04:00
parent 8d9668c629
commit 6ae26c2d3b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ 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 = 60 * SECONDS
const SPOT_INTERVAL = 20 * SECONDS
const clusterUrl = CLUSTER_URLS.find((c) => c.name === cluster)
const connection = new Connection(clusterUrl.url, "singleGossip")
const config = new Config(IDS)