Automatically fetch metadata for all resources that have it.

This commit is contained in:
CalDescent 2022-03-05 13:00:49 +00:00
parent f0136a5018
commit 8545a8bf0d

View File

@ -108,8 +108,7 @@ public class ArbitraryDataManager extends Thread {
} }
// Fetch metadata // Fetch metadata
// Disabled for now. TODO: re-enable later. this.fetchAllMetadata();
// this.fetchAllMetadata();
// Fetch data according to storage policy // Fetch data according to storage policy
switch (Settings.getInstance().getStoragePolicy()) { switch (Settings.getInstance().getStoragePolicy()) {