Skip to content

Commit

Permalink
Increase duplicate article delivery check to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Dec 6, 2024
1 parent 7d67ed0 commit 68952c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/user-feeds/src/delivery/delivery.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class DeliveryService {
const oldVal = await this.cacheStorageService.set({
key: cacheKey,
getOldValue: true,
expSeconds: 60 * 15,
expSeconds: 60 * 60,
body: "1",
});

Expand Down

0 comments on commit 68952c5

Please sign in to comment.