Merge pull request #5927 from mempool/mononaut/adjust-unfurler-clusters

reduce enterprise unfurler cluster sizes
This commit is contained in:
wiz
2025-06-02 15:19:01 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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