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, {
|
return download(url, {
|
||||||
body: null,
|
body: null,
|
||||||
responseType: 'json',
|
responseType: 'json',
|
||||||
|
timeout: 60e3,
|
||||||
headers: {
|
headers: {
|
||||||
'Referrer-Policy': 'origin-when-cross-origin',
|
'Referrer-Policy': 'origin-when-cross-origin',
|
||||||
[xhrSpoofTelltale]: requestId,
|
[xhrSpoofTelltale]: requestId,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user