Skip to content

Commit

Permalink
Merge pull request #184 from marqo-ai/vitus-alb-marqo-fix
Browse files Browse the repository at this point in the history
increased server keep-alive timeout from 2s to 75s
  • Loading branch information
pandu-k authored Nov 22, 2022
2 parents 72e0df4 + 56690b7 commit d30228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_marqo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export OPENSEARCH_URL
export OPENSEARCH_IS_INTERNAL
# Start the tensor search web app in the background
cd /app/src/marqo/tensor_search || exit
uvicorn api:app --host 0.0.0.0 --port 8882 &
uvicorn api:app --host 0.0.0.0 --port 8882 --timeout-keep-alive 75 &
api_pid=$!
wait "$api_pid"

Expand Down

0 comments on commit d30228c

Please sign in to comment.