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
We use adaptive precision, where we keep "millis" precision if we can,
and switch to seconds precision if the deadline is too large.
This actually was before but now I reduced the cut-off to 4B ms,
or 49 days. Also, the ttl in seconds is now limited to 4B sec,
with larger values quietly rounded down to this limit.
Signed-off-by: Roman Gershman <[email protected]>
0 commit comments