File size: 340 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
import type { RetentionPeriod } from 'calypso/state/rewind/retention/types';
export const RETENTION_OPTIONS = [ 7, 30, 120, 365 ] as RetentionPeriod[];
export const STORAGE_ESTIMATION_ADDITIONAL_BUFFER = 0;
export const STORAGE_RETENTION_LEARN_MORE_LINK =
'https://jetpack.com/support/jetpack-vaultpress-backup-storage-and-retention/';
|