diff --git a/Dockerfile b/Dockerfile index 93f6b9340..e2290c127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM ghcr.io/eclipse/openvsx-server:v0.9.7 +FROM ghcr.io/eclipse/openvsx-server:v0.10.0 COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/ diff --git a/configuration/application.yml b/configuration/application.yml index 717d0621f..ea50a1ac1 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -148,4 +148,4 @@ ovsx: seconds: 300 request: duration: - threshold: 20000 \ No newline at end of file + threshold: 5000 \ No newline at end of file