WIP: Some performance improvements (maybe)

This commit is contained in:
grimsi
2022-07-24 20:45:09 +02:00
parent e1a285a77d
commit aa8fd0d613
4 changed files with 14 additions and 29 deletions
@@ -3,6 +3,8 @@ server:
error.include-stacktrace: never
spring:
mvc:
async.request-timeout: -1
jackson.default-property-inclusion: non_null
datasource.db-name: gameyfin_db
datasource.url: jdbc:h2:file:${gameyfin.db}/${spring.datasource.db-name};AUTO_SERVER=TRUE