]> Sergey Matveev's repositories - public-inbox.git/commit
lei: use Time::HiRes stat for nanosecond resolution
authorEric Wong <e@80x24.org>
Mon, 25 Jan 2021 06:41:55 +0000 (22:41 -0800)
committerEric Wong <e@80x24.org>
Tue, 26 Jan 2021 18:51:31 +0000 (18:51 +0000)
commit4680a0fad00650a53b5f81e01516c954821d8309
treed2480caec25c89942a110c6144480b4be54dcf5e
parent9c1ef5c25100ad23c59404d5ca80994645f8c9c8
lei: use Time::HiRes stat for nanosecond resolution

The default stat() lacks subsecond granularity and may
lead to config updates being ignored.
lib/PublicInbox/LEI.pm