1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Chore: Make resource creation from files faster by executing them in parallel (#9952)

This commit is contained in:
pedr
2024-03-11 06:39:57 -03:00
committed by GitHub
parent e203397f89
commit 9e0a0468b2
3 changed files with 63 additions and 20 deletions

View File

@ -192,6 +192,7 @@ Setting.setConstant('appId', 'net.cozic.joplintest-cli');
Setting.setConstant('appType', 'cli');
Setting.setConstant('tempDir', baseTempDir);
Setting.setConstant('cacheDir', baseTempDir);
Setting.setConstant('resourceDir', baseTempDir);
Setting.setConstant('pluginDataDir', `${profileDir}/profile/plugin-data`);
Setting.setConstant('profileDir', profileDir);
Setting.setConstant('rootProfileDir', rootProfileDir);