forked from Qortal/qortal
Disabled auto fetching of metadata. To be re-enabled at a later date.
This commit is contained in:
parent
cbd1018ecf
commit
bd53856927
@ -104,7 +104,8 @@ public class ArbitraryDataManager extends Thread {
|
||||
}
|
||||
|
||||
// Fetch metadata
|
||||
this.fetchAllMetadata();
|
||||
// Disabled for now. TODO: re-enable later.
|
||||
// this.fetchAllMetadata();
|
||||
|
||||
// Fetch data according to storage policy
|
||||
switch (Settings.getInstance().getStoragePolicy()) {
|
||||
|
Loading…
Reference in New Issue
Block a user