Default relayModeEnabled to true.

Even though a final decision is yet to be made, it makes sense to test with this scenario to ensure that everything works correctly.
This commit is contained in:
CalDescent 2022-01-07 12:31:16 +00:00
parent 5e0af26c27
commit 1c80835f49

View File

@ -287,7 +287,7 @@ public class Settings {
private String storagePolicy = "FOLLOWED_AND_VIEWED";
/** Whether to allow data outside of the storage policy to be relayed between other peers */
private boolean relayModeEnabled = false;
private boolean relayModeEnabled = true;
/** Whether to remember which data was originally uploaded using this node.
* This prevents auto deletion of own files when storage limits are reached. */