Count overload only if it happens within the last 18h
Right now, in network/onionoo, we just count overload if overload_general_timestamp
is available. However, we found that this might contain a bunch of noise which we could think about minimizing by checking the timestamp as well and only count relays as overloaded if the timestamp is not older than 18h (assuming that a new descriptor gets published at least every 18h).
Edited by Georg Koppen