We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeb049 commit c9823acCopy full SHA for c9823ac
Dockerfile
@@ -1,5 +1,5 @@
1
-ARG SERVER_VERSION=c1e63f7
2
-ARG SERVER_VERSION_STRING=v0.29.1-migration
+ARG SERVER_VERSION=29b4f29
+ARG SERVER_VERSION_STRING=v0.29.1-post-migration
3
4
# Builder image to compile the website
5
FROM ubuntu AS builder
configuration/application.yml
@@ -162,7 +162,6 @@ ovsx:
162
cdn:
163
storage-filter: ".*AwsStorageService.*"
164
prefix-url: https://openvsx.eclipsecontent.org
165
- download-counts: false # disable inefficient download count mechanism for anything other than azure
166
migration:
167
enabled: false # disable automatic storage migration when we switch the primary-service
168
webui:
0 commit comments