Skip to content

Commit

Permalink
fix: extended order data caching time
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Aug 11, 2024
1 parent 2a3935e commit 112a6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function getOrderbookActiveOrders({
return cachified({
cache: activeOrdersCache,
key: `orderbookActiveOrders-${orderbookAddress}-${userOsmoAddress}`,
ttl: 1500, // 6 seconds
ttl: 6000, // 6 seconds
getFreshValue: () =>
queryOrderbookActiveOrders({
orderbookAddress,
Expand Down

0 comments on commit 112a6ca

Please sign in to comment.