Version: 3.2.1 Update

This commit is contained in:
gh0stkey
2024-05-30 14:42:26 +08:00
parent 6d4abae898
commit 04b6652b03

View File

@@ -93,7 +93,7 @@ public class ProjectProcessor {
ExecutorService executorService = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors());
List<Future<?>> futures = new ArrayList<>();
HaeFileContent haeFileContent = new HaeFileContent(api); // 假设api是正确的
HaeFileContent haeFileContent = new HaeFileContent(api);
LoaderOptions loaderOptions = new LoaderOptions();
loaderOptions.setMaxAliasesForCollections(Integer.MAX_VALUE);
loaderOptions.setCodePointLimit(Integer.MAX_VALUE);
@@ -191,4 +191,3 @@ public class ProjectProcessor {
return requiredRootEntries.isEmpty() && hasHttpDirectoryWithFiles;
}
}