deploy: engine fetch concurrency 48, factory 10 workers in the example manifest
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 changed file +1 −1
modified
deploy/websensor.mld.json.example
+1 −1
@@ -71,7 +71,7 @@ | ||
| 71 | 71 | "REDIS_URL": "redis://127.0.0.1:6379", |
| 72 | 72 | "BLOB_STORE_DIR": "{{HOME}}/websensor-data/blobs", |
| 73 | 73 | "WS_SOURCES_FILE": "./config/sources.yaml", |
| 74 | − "WS_FETCH_CONCURRENCY": "32", | |
| 74 | + "WS_FETCH_CONCURRENCY": "48", | |
| 75 | 75 | "WS_PER_HOST_CONCURRENCY": "2", |
| 76 | 76 | "ENGINE_METRICS_PORT": "8262", |
| 77 | 77 | "WS_USER_AGENT": "WebSensorBot/0.3 (+https://www.websensor.io/bot; contact@websensor.io)", |
| 78 | 78 | |