Skip to content

Commit

Permalink
add license service timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 28, 2024
1 parent 1254215 commit dcb6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ee/services/license/licence-fns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const setupLicenceRequestWithStore = (
let token: string;
const licenceReq = axios.create({
baseURL,
// timeout: 60 * 1000,
timeout: 35 * 1000,
// signal: AbortSignal.timeout(60 * 1000)
});

Expand Down

0 comments on commit dcb6f58

Please sign in to comment.