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: clock skew tolerance 30s -> 5min (proven by Mac upload to NAT testnet)
MAX_FUTURE_SECS: 30 -> 300 (symmetric with MAX_MESSAGE_AGE_SECS).
Without this: 0/3 uploads from Mac with 31s clock skew.
With this: 3/3 uploads succeeded.
0 commit comments