Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Angelina Filippova
admin-fe
Commits
0241c3d0
Commit
0241c3d0
authored
Aug 14, 2019
by
Maxim Filippov
🌚
Browse files
Merge branch 'increase-login-timeout' into 'master'
increase login timeout to 60 seconds See merge request
pleroma/admin-fe!25
parents
8dd564d0
09738dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/request.js
View file @
0241c3d0
...
...
@@ -3,7 +3,7 @@ import { Message } from 'element-ui'
// create an axios instance
const
service
=
axios
.
create
({
timeout
:
5
000
// request timeout
timeout
:
60
000
// request timeout
})
// response interceptor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment