Skip to content

Commit

Permalink
Merge pull request #40 from dreampipcom/dev
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
angeloreale committed Aug 24, 2024
2 parents d81c115 + b8849ee commit 1979708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/interfaces/get-public-listings-iface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const getPublicListings = async ({ page = 0, offset = 0, limit = PAGE_SIZE, filt
const adaptQuery: any = {
skip: page * (limit + offset),
take: limit,
cacheStrategy: { ttl: 90 },
cacheStrategy: { ttl: 90, swr: 60 * 60 * 24 * 7 },
};

if (filters?.length) {
Expand Down

0 comments on commit 1979708

Please sign in to comment.