forked from Qortal-Forker/qortal
		
	Ignore per-name limits when using storagePolicy ALL.
This commit is contained in:
		@@ -488,6 +488,11 @@ public class ArbitraryDataStorageManager extends Thread {
 | 
				
			|||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        if (Settings.getInstance().getStoragePolicy() == StoragePolicy.ALL) {
 | 
				
			||||||
 | 
					            // Using storage policy ALL, so don't limit anything per name
 | 
				
			||||||
 | 
					            return true;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (name == null) {
 | 
					        if (name == null) {
 | 
				
			||||||
            // This transaction doesn't have a name, so fall back to total space limitations
 | 
					            // This transaction doesn't have a name, so fall back to total space limitations
 | 
				
			||||||
            return true;
 | 
					            return true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user