Improve unzip speed
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
currentPage: page,
|
||||
totalPages: pages.length,
|
||||
totalCharCount: maxCharCount || 0,
|
||||
currentlineCount: lineCount,
|
||||
currentLineCount: lineCount,
|
||||
totalLineCount
|
||||
});
|
||||
}
|
||||
@@ -231,7 +231,7 @@
|
||||
currentPage: page,
|
||||
totalPages: pages.length,
|
||||
totalCharCount: maxCharCount || 0,
|
||||
currentlineCount: lineCount,
|
||||
currentLineCount: lineCount,
|
||||
totalLineCount
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user