Description
Hi there, I used a code search and found an incorrect number of seconds in a day (84600 instead of 86400) listed in one of your files. I recommend fixing it to avoid incorrect timings that could potentially lead to unexpected behavior.
|
{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, } |
Steps to reproduce
No response
Linux Distribution
|
{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, } |
File System
|
{ 1, 60, 3600, 86400, 86400 * 7, 84600 * 365, 86400 * 365 * 100ul, } |
Other System details
No response
Description
Hi there, I used a code search and found an incorrect number of seconds in a day (84600 instead of 86400) listed in one of your files. I recommend fixing it to avoid incorrect timings that could potentially lead to unexpected behavior.
hse/tools/kvt/kvt.c
Line 224 in 6d5207f
Steps to reproduce
No response
Linux Distribution
hse/tools/kvt/kvt.c
Line 224 in 6d5207f
File System
hse/tools/kvt/kvt.c
Line 224 in 6d5207f
Other System details
No response