Explorar el Código

Поправка таймаута

Book Pauk hace 2 años
padre
commit
87f8567d93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/components/Api/Api.vue

+ 1 - 1
client/components/Api/Api.vue

@@ -216,7 +216,7 @@ class Api {
     }
 
     async search(from, query) {
-        return await this.request({action: 'search', from, query});
+        return await this.request({action: 'search', from, query}, 30);
     }
 
     async getAuthorBookList(authorId) {