kbcRollbackThreshold constant

  1. @Deprecated('Use kKbcCrashThreshold + kKbcCrashWindow (time-window model).')
int const kbcRollbackThreshold

Legacy boot-count threshold (pre-time-window). Kept as a public const for API stability — the new model uses kKbcCrashThreshold

Implementation

@Deprecated('Use kKbcCrashThreshold + kKbcCrashWindow (time-window model).')
static const int kbcRollbackThreshold = 3;