Skip to content

Commit

Permalink
chore: clarify the comment
Browse files Browse the repository at this point in the history
Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
DDtKey and orhun authored Dec 10, 2023
1 parent 20cd72f commit de8286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/test-server-payload-limit/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup() {
touch emptyfile
truncate -s 9KB smallfile
# fallocate -l 10000 normalfile
# On Linux, `fallocate -l 10000 normalfile` can be used for a better precision.
dd if=/dev/random of=normalfile count=10000 bs=1024 status=none
truncate -s 11KB bigfile
}
Expand Down

0 comments on commit de8286e

Please sign in to comment.