From 61b9ce943b2907ac8e6ee297cc92f4e15b2093d9 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 18 Dec 2024 23:38:52 +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 | 8 ++++---- config.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 043a627..8d160be 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ 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": 2000, - "dodos_count": 10, - "request_count": 1000, + "timeout": 10000, + "dodos_count": 1, + "request_count": 1, "params": {}, "headers": {}, "cookies": {}, - "body": [""], + "body": [], "proxies": [ { "url": "http://example.com:8080", diff --git a/config.json b/config.json index 743bec4..ad5e1f9 100644 --- a/config.json +++ b/config.json @@ -3,12 +3,12 @@ "url": "https://example.com", "no_proxy_check": false, "timeout": 10000, - "dodos_count": 50, - "request_count": 1000, + "dodos_count": 1, + "request_count": 1, "params": {}, "headers": {}, "cookies": {}, - "body": [""], + "body": [], "proxies": [ { "url": "http://example.com:8080",