hse-project / hse

HSE: Heterogeneous-memory storage engine
https://hse-project.github.io
673 stars 65 forks source link

Incorrect number of seconds in a day #631

Open Pikamander2 opened 5 months ago

Pikamander2 commented 5 months ago

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.

https://github.com/hse-project/hse/blob/6d5207f88044a3bd9b3539260074395317e276d5/tools/kvt/kvt.c#L224

Steps to reproduce

No response

Linux Distribution

https://github.com/hse-project/hse/blob/6d5207f88044a3bd9b3539260074395317e276d5/tools/kvt/kvt.c#L224

File System

https://github.com/hse-project/hse/blob/6d5207f88044a3bd9b3539260074395317e276d5/tools/kvt/kvt.c#L224

Other System details

No response