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
Pre-validates duration parsing to detect overflow before calling parse_time, preventing the EINVAL error by capping huge values at i64::MAX seconds instead of letting them overflow during string-to-Duration conversion
0 commit comments