# How to change default timeout in EHRBase **Category:** [Platform](https://discourse.openehr.org/c/platform-implem/7) **Created:** 2024-07-22 10:32 UTC **Views:** 89 **Replies:** 2 **URL:** https://discourse.openehr.org/t/how-to-change-default-timeout-in-ehrbase/5501 --- ## Post #1 by @yampeku I was launching more general AQLs, and I usually get timeouts if queries take longer than 30 seconds. Is there any way to change/specify that timeout time in the request itself or maybe change server configuration? --- ## Post #2 by @SevKohler already had the same problem when uploading a lot of data in via composition POSTs. --- ## Post #3 by @stefanspiska Ehrbase uses Spring Boot and specifically the Spring boot Hikari connection pool so you can change the timeout as you can for any Spring boot application via Application properties. spring. datasource. hikari. connection-timeout See https://www.baeldung.com/spring-boot-hikari#hikari-configuration You also might need to change the tomcat-timeout server.tomcat.connection-timeout --- **Canonical:** https://discourse.openehr.org/t/how-to-change-default-timeout-in-ehrbase/5501 **Original content:** https://discourse.openehr.org/t/how-to-change-default-timeout-in-ehrbase/5501