mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-15 20:48:01 +08:00
fix(search): Increase search timeout to 45s
This commit is contained in:
parent
fc33e97bf8
commit
3908496565
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class SearchSubscription extends MutableQuerySubscription
|
|||
path: "/threads/search?q=#{encodeURIComponent(@_terms)}"
|
||||
accountId: aid
|
||||
json: true
|
||||
timeout: 45000
|
||||
returnsModel: true
|
||||
|
||||
.then (threads) =>
|
||||
|
|
Loading…
Reference in a new issue