From efc4c62001105d740539ffb4e448c78d93b13519 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Fri, 20 Dec 2024 18:16:25 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d160be..efbb09d 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ You can find an example config structure in the [config.json](https://github.com "method": "GET", "url": "https://example.com", "no_proxy_check": false, - "timeout": 10000, - "dodos_count": 1, - "request_count": 1, + "timeout": 2000, + "dodos_count": 10, + "request_count": 1000, "params": {}, "headers": {}, "cookies": {},