diff --git a/production/unfurler-config.bitb.json b/production/unfurler-config.bitb.json index 8a4f14448..c7cfc280c 100644 --- a/production/unfurler-config.bitb.json +++ b/production/unfurler-config.bitb.json @@ -9,7 +9,7 @@ "NETWORK": "bitb" }, "PUPPETEER": { - "CLUSTER_SIZE": 8, + "CLUSTER_SIZE": 4, "EXEC_PATH": "/usr/local/bin/chrome", "MAX_PAGE_AGE": 86400, "RENDER_TIMEOUT": 3000 diff --git a/production/unfurler-config.meta.json b/production/unfurler-config.meta.json index 0fe1f1780..0aaa5d9c5 100644 --- a/production/unfurler-config.meta.json +++ b/production/unfurler-config.meta.json @@ -9,7 +9,7 @@ "NETWORK": "meta" }, "PUPPETEER": { - "CLUSTER_SIZE": 8, + "CLUSTER_SIZE": 2, "EXEC_PATH": "/usr/local/bin/chrome", "MAX_PAGE_AGE": 86400, "RENDER_TIMEOUT": 3000 diff --git a/production/unfurler-config.onbtc.json b/production/unfurler-config.onbtc.json index c0b6e3dfa..3520c9bb0 100644 --- a/production/unfurler-config.onbtc.json +++ b/production/unfurler-config.onbtc.json @@ -9,7 +9,7 @@ "NETWORK": "onbtc" }, "PUPPETEER": { - "CLUSTER_SIZE": 8, + "CLUSTER_SIZE": 2, "EXEC_PATH": "/usr/local/bin/chrome", "MAX_PAGE_AGE": 86400, "RENDER_TIMEOUT": 3000 diff --git a/production/unfurler-config.river.json b/production/unfurler-config.river.json index 219464437..71af2f383 100644 --- a/production/unfurler-config.river.json +++ b/production/unfurler-config.river.json @@ -9,7 +9,7 @@ "NETWORK": "river" }, "PUPPETEER": { - "CLUSTER_SIZE": 8, + "CLUSTER_SIZE": 2, "EXEC_PATH": "/usr/local/bin/chrome", "MAX_PAGE_AGE": 86400, "RENDER_TIMEOUT": 3000 diff --git a/production/unfurler-config.strategy.json b/production/unfurler-config.strategy.json index e2c7dbd89..fdda1476a 100644 --- a/production/unfurler-config.strategy.json +++ b/production/unfurler-config.strategy.json @@ -9,7 +9,7 @@ "NETWORK": "strategy" }, "PUPPETEER": { - "CLUSTER_SIZE": 8, + "CLUSTER_SIZE": 2, "EXEC_PATH": "/usr/local/bin/chrome", "MAX_PAGE_AGE": 86400, "RENDER_TIMEOUT": 3000