Explorar o código

Убрал дебаг

Book Pauk %!s(int64=6) %!d(string=hai) anos
pai
achega
ef82e49772
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {