Skip to content

Commit

Permalink
Fixed #186 - the minimum request waiting timeout has been changed fro…
Browse files Browse the repository at this point in the history
…m 5s > 60s
  • Loading branch information
jandsonrj committed Aug 30, 2023
1 parent 994e9fd commit 1ae94ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/services/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { refreshToken } from './auth'
export function getAPIClient(ctx) {
const api = axios.create({
// baseURL: '/api',
timeout: 15000,
timeout: 60000,
headers: {
'Content-Type': 'application/json',
accept: 'application/json'
Expand Down

0 comments on commit 1ae94ba

Please sign in to comment.