Selaa lähdekoodia

Updated example/uploader.sh

yhirose 3 vuotta sitten
vanhempi
commit
5c3624e1af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      example/uploader.sh

+ 1 - 1
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