mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-04 17:32:53 +01:00
perf: Use multiple threads for writing dex files
This has an impact on memory, but should not cause any issues in the environment of ReVanced CLI.
This commit is contained in:
parent
daac98817f
commit
28648a1c53
@ -204,6 +204,7 @@ internal object PatchCommand : Runnable {
|
|||||||
resourceCachePath,
|
resourceCachePath,
|
||||||
aaptBinaryPath?.path,
|
aaptBinaryPath?.path,
|
||||||
resourceCachePath.absolutePath,
|
resourceCachePath.absolutePath,
|
||||||
|
true
|
||||||
)
|
)
|
||||||
).use { patcher ->
|
).use { patcher ->
|
||||||
val filteredPatches = patcher.filterPatchSelection(patches).also { patches ->
|
val filteredPatches = patcher.filterPatchSelection(patches).also { patches ->
|
||||||
|
Loading…
Reference in New Issue
Block a user