Skip to content

Commit f84e163

Browse files
backport 47386b6 to 1.20
1 parent 4f7c0eb commit f84e163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/dev/latvian/mods/kubejs/server/DataExport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ private void exportData0() throws Exception {
191191
} catch (Exception ex) {
192192
ex.printStackTrace();
193193
}
194-
}, Util.ioPool());
194+
}, Util.backgroundExecutor());
195195
}
196196

197197
CompletableFuture.allOf(arr).join();

0 commit comments

Comments
 (0)