Increased /arbitrary priority to 1

This commit is contained in:
CalDescent 2022-02-11 15:13:53 +00:00
parent 6932fb9935
commit f7341cd9ab

View File

@ -1044,7 +1044,7 @@ public class ArbitraryResource {
// Loop until we have data
if (async) {
// Asynchronous
arbitraryDataReader.loadAsynchronously(false, 0);
arbitraryDataReader.loadAsynchronously(false, 1);
}
else {
// Synchronous