increase USO style search timeout (#984)
This commit is contained in:
parent
429c34ca8b
commit
2f4658657d
|
@ -779,6 +779,7 @@ window.addEventListener('showStyles:done', function _() {
|
|||
return download(url, {
|
||||
body: null,
|
||||
responseType: 'json',
|
||||
timeout: 60e3,
|
||||
headers: {
|
||||
'Referrer-Policy': 'origin-when-cross-origin',
|
||||
[xhrSpoofTelltale]: requestId,
|
||||
|
|
Loading…
Reference in New Issue
Block a user