From 5c3624e1af41f56505a96ad6fee68f948fb820d1 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 6 Aug 2022 14:43:56 -0400 Subject: [PATCH] Updated example/uploader.sh --- example/uploader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/uploader.sh b/example/uploader.sh index 0e992f4..4382ae6 100755 --- a/example/uploader.sh +++ b/example/uploader.sh @@ -1,5 +1,5 @@ #/usr/bin/env bash -for i in {1..10000} +for i in {1..1000000} do echo "#### $i ####" curl -X POST -F image_file=@$1 http://localhost:1234/post > /dev/null