Files
cc-switch/src-tauri/src
T
YoVinchen 3faa0164ab fix(log): prevent usize underflow in KeepSome rotation strategy
KeepSome(n) internally computes n-2, so n=1 causes underflow.
Use KeepSome(2) as the minimum safe value.
3faa0164ab ยท 2026-01-20 20:23:12 +08:00
History
..
2026-01-11 20:50:54 +08:00
2025-12-31 22:57:00 +08:00
2025-11-22 19:18:35 +08:00
2025-12-05 11:26:41 +08:00