Commit 8d2172e0 authored by ardiansyah's avatar ardiansyah

Merge branch 'ENV-DEV' into 'ENV-DEPLOYMENT'

update change timeout

See merge request !1964
parents 0d1e6af0 159a9a39
......@@ -23,8 +23,10 @@ const create = (type = "") => {
Accept: 'application/json',
'Content-Type': 'application/json',
},
// 60 second timeout...
timeout: 180000
// 3 mins timeout...
// timeout: 180000
// 5 mins timeout...
timeout: 300000
})
break;
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