Sfoglia il codice sorgente

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

Book Pauk 2 anni fa
parent
commit
87f8567d93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {