vegeta
vegeta copied to clipboard
Fix incorrect `-timeout` documentation in README.md
Background
Under Usage Manual, the helptext from the vegeta attack command describes
timeout to be 30s by default (which I've also observed in practice), but further
down the documentation says it's 0 by default.
This PR updates that documentation.
Checklist
- [X] Git commit messages conform to community standards.
- [X] Each Git commit represents meaningful milestones or atomic units of work.
- [X] Changed or added code is covered by appropriate tests.