1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-05 22:57:29 +02:00

Clipper: Improved download of images and conversion to resources

This commit is contained in:
Laurent Cozic
2018-05-23 14:25:59 +01:00
parent 3c5eb99c59
commit a8da469523
14 changed files with 255 additions and 147 deletions

View File

@@ -7,7 +7,7 @@ class Logger {
constructor() {
this.targets_ = [];
this.level_ = Logger.LEVEL_ERROR;
this.level_ = Logger.LEVEL_INFO;
this.fileAppendQueue_ = []
this.lastDbCleanup_ = time.unixMs();
}