You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: tighten export route validation and apply default export limits
Use exportIdSchema for the UI export status route instead of a loose
string validator, matching the delete and download routes. Apply the
defined DEFAULT_EXPORT_MAX_MESSAGES (500k) and DEFAULT_EXPORT_MAX_SIZE
(10GB) constants as actual fallback defaults instead of allowing
unlimited exports when settings are unconfigured.
0 commit comments