We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba982b commit 12c9892Copy full SHA for 12c9892
tests/upload_chunked.sh
@@ -5,7 +5,7 @@ if [ -f data ]; then rm data ; fi
5
SERVER=$1
6
PORT=8087
7
8
-"$SERVER" . -p $PORT --upload --max-upload 100000000000 &
+"$SERVER" . -p $PORT --upload --max-upload 1000M &
9
PID=$!
10
11
sleep 0.1
0 commit comments