All files / src/lib/uploads retention.ts

100% Statements 3/3
100% Branches 0/0
100% Functions 0/0
100% Lines 3/3

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14            62x     62x     62x  
/**
 * Frontend copy for CSV retention windows.
 * Keep these values aligned with the backend policy in
 * backend/django/core/auxiliary/services/csv_lifecycle.py.
 */
export const PARTIAL_UPLOAD_EXPIRY_NOTE =
  "Partial uploads expire 1 hour after they start and cannot be resumed after that.";
 
export const ML_INPUT_CSV_EXPIRY_NOTE =
  "Completed ML training CSVs expire 7 days after upload completes.";
 
export const ML_RESULTS_CSV_EXPIRY_NOTE =
  "Generated ML test-result CSVs expire 7 days after training completes.";