Skip to content

Commit

Permalink
Merge pull request #2803 from EclipseFdn/main
Browse files Browse the repository at this point in the history
Release v0.16.1
  • Loading branch information
amvanbaren authored Aug 1, 2024
2 parents 8052953 + da4cd14 commit d25bee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.16.0
ARG SERVER_VERSION=v0.16.1

# Builder image to compile the website
FROM ubuntu as builder
Expand Down
3 changes: 2 additions & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ server:
min-response-size: 1024
jetty:
threads:
max-queue-capacity: 200
max-queue-capacity: 100
connection-idle-timeout: 10000
spring:
application:
name: openvsx-server
Expand Down

0 comments on commit d25bee1

Please sign in to comment.