diff --git a/cli/src/main/resources/application.yml b/cli/src/main/resources/application.yml index 27b18d719b..9dbe889566 100644 --- a/cli/src/main/resources/application.yml +++ b/cli/src/main/resources/application.yml @@ -30,15 +30,15 @@ micronaut: read-idle-timeout: 60m write-idle-timeout: 60m idle-timeout: 60m - netty: - max-zstd-encode-size: 67108864 # increased to 64MB from the default of 32MB - max-chunk-size: 10MB - max-header-size: 32768 # increased from the default of 8k responses: file: cache-seconds: 86400 cache-control: public: true + netty: + max-zstd-encode-size: 67108864 # increased to 64MB from the default of 32MB + max-chunk-size: 10MB + max-header-size: 32768 # increased from the default of 8k # Access log configuration, see https://docs.micronaut.io/latest/guide/index.html#accessLogger access-logger: