diff --git a/src/main/java/org/qortal/settings/Settings.java b/src/main/java/org/qortal/settings/Settings.java index f35a4364..505ed6be 100644 --- a/src/main/java/org/qortal/settings/Settings.java +++ b/src/main/java/org/qortal/settings/Settings.java @@ -282,7 +282,7 @@ public class Settings { private String tempDataPath = null; /** Storage policy to indicate which data should be hosted */ - private String storagePolicy = "FOLLOWED_AND_VIEWED"; + private String storagePolicy = "FOLLOWED_OR_VIEWED"; /** Whether to allow data outside of the storage policy to be relayed between other peers */ private boolean relayModeEnabled = true; diff --git a/src/test/resources/test-settings-v2.json b/src/test/resources/test-settings-v2.json index d9f6cb0c..7802f598 100644 --- a/src/test/resources/test-settings-v2.json +++ b/src/test/resources/test-settings-v2.json @@ -14,7 +14,7 @@ "dataPath": "data-test", "tempDataPath": "data-test/_temp", "listsPath": "lists-test", - "storagePolicy": "FOLLOWED_AND_VIEWED", + "storagePolicy": "FOLLOWED_OR_VIEWED", "maxStorageCapacity": 104857600, "localAuthBypassEnabled": true }