oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.76k stars 220 forks source link

Shorten gossip times in systemd status line #2039

Closed jagerman closed 1 year ago

jagerman commented 1 year ago

The time_delta<T> formatter was using the wrong duration type when calculating the time delta so was outputting millisecond precision in the systemd status string which is pointless (and unintended).

(This broke in PR #1955)

Also removes a bunch of useless iterator assignments.