forked from AkkomaGang/admin-fe
Merge branch 'increase-login-timeout' into 'master'
increase login timeout to 60 seconds See merge request pleroma/admin-fe!25
This commit is contained in:
commit
0241c3d0ab
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Message } from 'element-ui'
|
|||
|
||||
// create an axios instance
|
||||
const service = axios.create({
|
||||
timeout: 5000 // request timeout
|
||||
timeout: 60000 // request timeout
|
||||
})
|
||||
|
||||
// response interceptor
|
||||
|
|
Loading…
Reference in a new issue