MVPilgrim commited on
Commit
8368502
·
verified ·
1 Parent(s): 7989173

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -13,7 +13,7 @@ echo "#### Before /app/text2vec-transformers"
13
 
14
  sleep 5
15
  echo "\n######## curl t2 "
16
- for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep 5; done &
17
 
18
 
19
  ###############################################
 
13
 
14
  sleep 5
15
  echo "\n######## curl t2 "
16
+ for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep 30; done &
17
 
18
 
19
  ###############################################