Skip to content

Commit b7f10b8

Browse files
committed
ParseExecutors.io() instead of Task.BACKGROUND_EXECUTOR
1 parent 8f88dcc commit b7f10b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/main/java/com/parse/ParseCommandCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public Void call() throws Exception {
117117
}
118118
return null;
119119
}
120-
}, Task.BACKGROUND_EXECUTOR);
120+
}, ParseExecutors.io());
121121
}
122122
};
123123

0 commit comments

Comments
 (0)