Selaa lähdekoodia

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

Book Pauk 2 vuotta sitten
vanhempi
commit
87f8567d93
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {