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 00be883 commit 5520e88Copy full SHA for 5520e88
app/templates/index.html
@@ -297,7 +297,7 @@ <h2>Ask Defang</h2>
297
// Add a timeout for fetch
298
const controller = new AbortController();
299
const signal = controller.signal;
300
- const timeoutId = setTimeout(() => controller.abort(), 60000); //60-second timeout
+ const timeoutId = setTimeout(() => controller.abort(), 60000); // 60-second timeout
301
302
// Send query to server
303
rateLimitingFetch('/ask', {
0 commit comments