We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b2da9 commit 638e8a8Copy full SHA for 638e8a8
src/common/constants.ts
@@ -1,4 +1,5 @@
1
export const STRIPE_LINK_RETENTION_DAYS = 90; // this number of days after the link is deactivated.
2
export const AUDIT_LOG_RETENTION_DAYS = 365;
3
export const ROOM_RESERVATION_RETENTION_DAYS = 730;
4
-export const FULFILLED_PURCHASES_RETENTION_DAYS = 365; // ticketing/merch: after the purchase is marked as fulfilled.
+export const FULFILLED_PURCHASES_RETENTION_DAYS = 730; // ticketing/merch: after the purchase is marked as fulfilled.
5
+// we keep data longer for historical analytics purposes
0 commit comments