Skip to content

Commit

Permalink
Update request.ts (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Jun 18, 2024
1 parent c997214 commit 5e804f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/project-factory/src/server/utils/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import config from "../config";
var Axios = require("axios").default; // Importing axios library
var get = require("lodash/get"); // Importing get function from lodash library
const axiosInstance = Axios.create({
timeout: 10000,
timeout: 0, // Set timeout to 0 to wait indefinitely
maxContentLength: Infinity,
maxBodyLength: Infinity,
});
Expand Down

0 comments on commit 5e804f9

Please sign in to comment.