Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libs/common/src/common.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ export enum CommonConstants {
URL_REVOC_REG_BYID = '/revocation/registry/#',

// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
DEFAULT_CACHE_TTL = 60000,
// the below value for uploaded redis ttl is in milliseconds
DEFAULT_CACHE_TTL = 900000,
DEFAULT_FIELD_UPLOAD_SIZE = 10485760,

// SUBSCRIPTION TYPES
Expand Down