Skip to content

Commit

Permalink
feat: change provider cache time for 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
hansputera committed Jan 10, 2022
1 parent a8606b6 commit 29e4d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export const rateLimitConfig = {

/**
* Provider response data will stored on redis.
* Default: 1 hour
*/
export const providerCache = 600;
export const providerCache = 3600;

0 comments on commit 29e4d1a

Please sign in to comment.