Skip to content

Commit

Permalink
#42 - Change TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianbinau authored Oct 23, 2023
1 parent dff6f72 commit 8bcf458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/item/item.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import AccessService from './sharing/access.service';
import { UnauthorizedError, errorReply } from '../../utils/error';

export const CACHE_ITEMS = 'items';
const CACHE_TTL = 10000;
const CACHE_TTL = 86400;

export default class ItemController {
private itemService: ItemService;
Expand Down

0 comments on commit 8bcf458

Please sign in to comment.