forked from Qortal/qortal
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:
parent
5e0af26c27
commit
1c80835f49
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user