]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
utils/cache_gc nitpick: print time in milliseconds
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 24 Aug 2020 15:55:25 +0000 (17:55 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 7 Sep 2020 15:47:46 +0000 (17:47 +0200)
commit27cb7fe7773f80f02c3ef1c4dd922a66f08c3013
tree212eb0ac67314048a9916890c5729dc801a784ec
parent0a9be4e84e437ad52ff9bf59d2a3c350f9fd64bb
utils/cache_gc nitpick: print time in milliseconds

For the usual use cases, whole milliseconds seem to make more sense
than seconds with 10ms precision.
utils/cache_gc/kr_cache_gc.c