You've already forked joplin
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:
@@ -585,7 +585,7 @@ class Api {
|
||||
});
|
||||
}
|
||||
|
||||
const concurrency = 3
|
||||
const concurrency = 10;
|
||||
const pool = new PromisePool(promiseProducer, concurrency)
|
||||
await pool.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user