diff --git a/horreum-backend/src/main/resources/application.properties b/horreum-backend/src/main/resources/application.properties index 881deee9c..05dfbff6b 100644 --- a/horreum-backend/src/main/resources/application.properties +++ b/horreum-backend/src/main/resources/application.properties @@ -1,6 +1,9 @@ ## Datasource managed by the app # using my docker0 IP +## Added while working on performance of RunServiceImpl.findRunsWithUri +quarkus.transaction-manager.default-transaction-timeout=120s + ## need to set following property in PROD env ##quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/horreum quarkus.datasource.db-kind=postgresql