We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5f39d71
fix(cascade): 重构 Flag 基座至 math.MinInt 以修复纳秒偏移冲突
math.MinInt
将 flagSign 和 flagThreshold 迁移至 math.MinInt (深水区)。 此修复解决了当传入较大负数(如 -2e9 纳秒)时被误判为 Flag 的严重 Bug。 该变更在 64 位系统上极大扩展了安全偏移范围,同时保留了 32 位系统的最大兼容性。
flagSign
flagThreshold
-2e9
Flag