Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
fix upload file time-out
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Apr 6, 2022
1 parent 01d5cb9 commit 3ef846e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/feathersClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ export const feathersClient = feathers()
}),
);
// .on('authenticated', feathersRest.passport.setJWT); // set token on feathersRest whenever it is changed
feathersClient.service('uploads').timeout = 10000;
feathersRest.service('uploads').timeout = 10000;
feathersClient.service('uploadByImpactGraph').timeout = 90000;
feathersRest.service('uploadByImpactGraph').timeout = 90000;

0 comments on commit 3ef846e

Please sign in to comment.