Skip to content

where can I set axios retry and internal counts? #315

Open
@marklinglon

Description

@marklinglon

Describe the bug
A clear and concise description of what the bug is.
where can I set axios retry and internal counts?
Now I set timeout in vue.config.js
'^/codecommit/': {
target: process.env.VUE_APP_CODE_COMMIT,
changeOrigin: true,
timeout: 1200000000,
// pathRewrite: {
// '^/codecommit/': '/codecommit/'
// }
},

but, it seems not effect.In 3 minutes,axios will send another request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions