From 9bae269a68eab4589666e3b8ac62d784ef51aa8a Mon Sep 17 00:00:00 2001 From: diemade Date: Mon, 5 Aug 2024 11:18:28 +0200 Subject: [PATCH] Update README.md (#1817) cmd parameter concurrent scrapers should be integer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4c2f7c7..2e7be8c5d 100644 --- a/README.md +++ b/README.md @@ -151,4 +151,4 @@ esc - closes details pane | `--web_port` | XBVR_WEB_PORT | Int| override default Web Page port 9999| | `--ws_addr` | XBVR_WS_ADDR | String| override default Websocket address from the default 0.0.0.0:9998| | `--db_connection_pool_size` | DB_CONNECTION_POOL_SIZE | Int| sets the connection pool size for mariadb databases| -| `--concurrent_scrapers` | CONCURRENT_SCRAPERS | String| set the number of scrapers that run concurrently default 9999| +| `--concurrent_scrapers` | CONCURRENT_SCRAPERS | Int| set the number of scrapers that run concurrently default 9999|