From 9c5d7bf135f6b8e7d640ba0a28bdb520735230fd Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sat, 23 Nov 2024 16:13:38 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3a4918..4df71dc 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ You can find an example config structure in the [config.json](https://github.com { "method": "GET", "url": "https://example.com", - "timeout": 10000, - "dodos_count": 50, + "no_proxy_check": false, + "timeout": 2000, + "dodos_count": 10, "request_count": 1000, "params": {}, "headers": {}, @@ -77,7 +78,7 @@ You can find an example config structure in the [config.json](https://github.com ] } ``` -Send 1000 GET requests to https://example.com with 5 parallel dodos (threads) and a timeout of 10000 milliseconds: +Send 1000 GET requests to https://example.com with 10 parallel dodos (threads) and a timeout of 2000 milliseconds: ```sh dodo -c /path/config.json