Skip to content

Commit c4f48a9

Browse files
authored
Merge pull request #1425 from netomi/make-storage-migration-configurable
Add configuration setting to disable automatic storage migration
2 parents adc04e8 + 958563e commit c4f48a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/eclipse/openvsx/storage/StorageMigration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
@Component
3535
@ConditionalOnProperty(value = "ovsx.data.mirror.enabled", havingValue = "false", matchIfMissing = true)
36+
@ConditionalOnProperty(value = "ovsx.storage.migration.enabled", havingValue = "true", matchIfMissing = true)
3637
public class StorageMigration {
3738

3839
protected final Logger logger = LoggerFactory.getLogger(StorageMigration.class);

0 commit comments

Comments
 (0)