forked from Qortal/qortal
Increased /arbitrary priority to 1
This commit is contained in:
parent
6932fb9935
commit
f7341cd9ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user