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
@@ -1,7 +1,6 @@
gameyfin:
#root: C:\Projects\privat\gameyfin-library
#root: \\NAS-Simon\Öffentlich\Spiele
root: C:\gameyfin-library
root: \\NAS-Simon\Öffentlich\Spiele
cache: ${gameyfin.root}\.gameyfin\cache
#db: ${gameyfin.root}\.gameyfin\db
db: ./data
@@ -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