mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
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:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user