Browse Source

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

Book Pauk 2 years ago
parent
commit
87f8567d93
1 changed files with 1 additions and 1 deletions
  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) {