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",