From 2ec326586a02c2e8cc238eb03f992cd3db1baa1f Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 23 Jan 2024 14:21:59 +0800 Subject: [PATCH] refactor(komga): remove deprecated property --- komga/src/main/resources/application.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/komga/src/main/resources/application.yml b/komga/src/main/resources/application.yml index 1daa5f491..c559962c5 100644 --- a/komga/src/main/resources/application.yml +++ b/komga/src/main/resources/application.yml @@ -35,7 +35,6 @@ spring: thymeleaf: prefix: classpath:/public/ mvc: - throw-exception-if-no-handler-found: true async: request-timeout: 1h # Deprecated - to remove along with ArtemisCleanup.kt