forked from premiere/premiere-libtorrent
another boost chrono fix
This commit is contained in:
parent
af0bb0abd8
commit
1e48745173
|
@ -214,7 +214,7 @@ void routing_table::print_state(std::ostream& os) const
|
|||
os << "=== BUCKET == " << bucket_index
|
||||
<< " == " << i->live_nodes.size() << "|" << i->replacements.size();
|
||||
|
||||
if (i->last_active == min_time())
|
||||
if (i->last_active < min_time() + seconds(161))
|
||||
os << " == -";
|
||||
else
|
||||
os << " == " << total_seconds(time_now() - i->last_active);
|
||||
|
|
Loading…
Reference in New Issue