diff --git a/Dockerfile b/Dockerfile index 6e3ccf67..23acba60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG SERVER_VERSION=v0.15.8 +ARG SERVER_VERSION=v0.16.0 # Builder image to compile the website FROM ubuntu as builder @@ -21,7 +21,7 @@ RUN corepack enable RUN corepack prepare yarn@stable --activate # bump to update website -ENV WEBSITE_VERSION 0.11.9 +ENV WEBSITE_VERSION 0.11.10 COPY . /workdir RUN /usr/bin/yarn --cwd website \ diff --git a/configuration/application.yml b/configuration/application.yml index 722b0f27..98ce113a 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -14,6 +14,9 @@ server: enabled: true mime-types: text/html,text/plain,text/css,application/javascript,application/json,text/xml,application/xml,application/xml+rss,text/javascript min-response-size: 1024 + jetty: + threads: + max-queue-capacity: 100 spring: application: name: openvsx-server @@ -166,6 +169,6 @@ ovsx: delay: seconds: 300 integrity: - key-pair: renew + key-pair: create registry: version: \ No newline at end of file