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
|
// Loop until we have data
|
||||||
if (async) {
|
if (async) {
|
||||||
// Asynchronous
|
// Asynchronous
|
||||||
arbitraryDataReader.loadAsynchronously(false, 0);
|
arbitraryDataReader.loadAsynchronously(false, 1);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Synchronous
|
// Synchronous
|
||||||
|
Loading…
x
Reference in New Issue
Block a user