1 Commits
Author SHA1 Message Date
julen 8960987156 fix: integer overflow when inactive_time exceeds 35
When the inactive_time configuration value exceeds 35, the expression
`get_config().inactive_time * 60 * 1000 * 1000`
overflows the maximum int value due to implicit integer conversion.
2026-05-10 12:59:33 +08:00