Commit 159a9a39 authored by ardiansyah's avatar ardiansyah

update change timeout

parent 5c7b4dd1
...@@ -23,8 +23,10 @@ const create = (type = "") => { ...@@ -23,8 +23,10 @@ const create = (type = "") => {
Accept: 'application/json', Accept: 'application/json',
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
// 60 second timeout... // 3 mins timeout...
timeout: 180000 // timeout: 180000
// 5 mins timeout...
timeout: 300000
}) })
break; break;
case 'UPLOAD': case 'UPLOAD':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment