fix(search): Increase search timeout to 45s

This commit is contained in:
Ben Gotow 2016-03-24 15:16:43 -07:00
parent fc33e97bf8
commit 3908496565

View file

@ -45,6 +45,7 @@ class SearchSubscription extends MutableQuerySubscription
path: "/threads/search?q=#{encodeURIComponent(@_terms)}"
accountId: aid
json: true
timeout: 45000
returnsModel: true
.then (threads) =>