We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939f70a commit 68f04ebCopy full SHA for 68f04eb
1 file changed
themes/ferret/layouts/shortcodes/editor.html
@@ -147,6 +147,7 @@
147
headers: {
148
'Content-Type': 'application/json,encoding=utf-8'
149
},
150
+ signal: AbortSignal.timeout(1000 * 60), // 1 minute timeout
151
body: JSON.stringify(body)
152
})
153
.then(r => {
0 commit comments