Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
ae54c88
1
Parent(s):
32dee6b
debug
Browse files- startup.sh +1 -1
startup.sh
CHANGED
@@ -61,7 +61,7 @@ export AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED=true \
|
|
61 |
/app/weaviate/weaviate --host 127.0.0.1 --port 8080 --scheme http --write-timeout 600s & #2>& 1 | tee /data/var/lib/weaviate/ws.log &
|
62 |
|
63 |
echo "#### Before sleep."
|
64 |
-
sleep
|
65 |
echo "#### startup.sh exiting."
|
66 |
|
67 |
#echo "#### Before /app/semsearch.py"
|
|
|
61 |
/app/weaviate/weaviate --host 127.0.0.1 --port 8080 --scheme http --write-timeout 600s & #2>& 1 | tee /data/var/lib/weaviate/ws.log &
|
62 |
|
63 |
echo "#### Before sleep."
|
64 |
+
sleep 120
|
65 |
echo "#### startup.sh exiting."
|
66 |
|
67 |
#echo "#### Before /app/semsearch.py"
|