1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00

Clipper: Improved clipping of images in HTML mode

This commit is contained in:
Laurent Cozic
2019-07-16 22:23:04 +01:00
parent 2361c5a5e7
commit 7239a2013c
4 changed files with 15 additions and 10 deletions

View File

@@ -585,7 +585,7 @@ class Api {
});
}
const concurrency = 3
const concurrency = 10;
const pool = new PromisePool(promiseProducer, concurrency)
await pool.start()