Skip to content

Commit

Permalink
adjust constants
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Sep 29, 2023
1 parent 22fb3fd commit c8dd0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dex/dexalot/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const DEXALOT_PRICES_CACHES_TTL_S = 3;

export const DEXALOT_PAIRS_CACHES_TTL_S = 21 * 60; // 21 mins

export const DEXALOT_TOKENS_CACHES_TTL_S = 11;
export const DEXALOT_TOKENS_CACHES_TTL_S = 21 * 60; // 21 mins

export const DEXALOT_BLACKLIST_CACHES_TTL_S = 3 * 60; // 3 hours

Expand Down

0 comments on commit c8dd0a6

Please sign in to comment.