Skip to content

Commit

Permalink
Changed transaction timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett authored and mluypaert committed Nov 3, 2022
1 parent c6c316d commit 70c9197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ quarkus.hibernate-search-orm.elasticsearch.schema-management.settings-file = hib
%dev.quarkus.hibernate-search-orm.elasticsearch.schema-management.settings-file = hibernate/local-index-settings.json

quarkus.vertx.max-worker-execute-time=PT1H
quarkus.transaction-manager.default-transaction-timeout = PT5M

%dev.quarkus.elasticsearch.hosts = localhost:9200
%dev.quarkus.hibernate-search-orm.elasticsearch.hosts=localhost:9200
Expand Down

0 comments on commit 70c9197

Please sign in to comment.