jeongsoo commited on
Commit
1681cd4
Β·
1 Parent(s): bf43f8e
Files changed (1) hide show
  1. app/static/js/app-core.js +1 -1
app/static/js/app-core.js CHANGED
@@ -57,7 +57,7 @@ const AppUtils = {
57
  },
58
 
59
  // νƒ€μž„μ•„μ›ƒ κΈ°λŠ₯이 μžˆλŠ” fetch
60
- fetchWithTimeout: async function(url, options = {}, timeout = 5000) {
61
  console.log(`API μš”μ²­: ${options.method || 'GET'} ${url}`);
62
 
63
  const controller = new AbortController();
 
57
  },
58
 
59
  // νƒ€μž„μ•„μ›ƒ κΈ°λŠ₯이 μžˆλŠ” fetch
60
+ fetchWithTimeout: async function(url, options = {}, timeout = 30000) {
61
  console.log(`API μš”μ²­: ${options.method || 'GET'} ${url}`);
62
 
63
  const controller = new AbortController();