瀏覽代碼

Убрал дебаг

Book Pauk 6 年之前
父節點
當前提交
ef82e49772
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Reader/share/bookManager.js

+ 1 - 1
client/components/Reader/share/bookManager.js

@@ -186,7 +186,7 @@ class BookManager {
         if (!this.recent) 
             await this.init();
 
-        if (Object.keys(this.recent).length > 3) {
+        if (Object.keys(this.recent).length > 100) {
             let min = Date.now();
             let found = null;
             for (let key in this.recent) {