mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
fix: memory usage
This commit is contained in:
@@ -11,6 +11,7 @@ export const steamGamesWorker = new Piscina({
|
|||||||
workerData: {
|
workerData: {
|
||||||
steamGamesPath: path.join(seedsPath, "steam-games.json"),
|
steamGamesPath: path.join(seedsPath, "steam-games.json"),
|
||||||
},
|
},
|
||||||
|
maxThreads: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const downloadSourceWorker = new Piscina({
|
export const downloadSourceWorker = new Piscina({
|
||||||
|
|||||||
Reference in New Issue
Block a user