Skip to content

Commit

Permalink
feat: increase timeout for Ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Dec 17, 2024
1 parent ce3af29 commit 36932f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Required properties, recommended to set via environment variables (for tests, create .env in the root of the module)
connector.ollama.url=
quarkus.rest-client.ollama.url=${connector.ollama.url}
quarkus.rest-client.ollama.connect-timeout=30000
quarkus.rest-client.ollama.read-timeout=300000
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.17.3</quarkus.platform.version>
<quarkus.platform.version>3.17.4</quarkus.platform.version>

<surefire-plugin.version>3.5.2</surefire-plugin.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
Expand Down

0 comments on commit 36932f8

Please sign in to comment.