Drop memory limit. It was useful to debug OOMs but is now unnecessary
[dnsseed-rust] / src / printer.rs
2021-07-14 Matt CoralloWrite to stdout all at once to reduce "flashing" on...
2021-07-14 Matt CoralloKeep more log lines in case of giant terminals
2021-07-14 Matt CoralloStore nodes that timed out in a rolling bloom filter
2020-07-21 Matt CoralloTry reducing memory footprint a bit further
2019-09-18 Matt CoralloDrop the connections/sec arg and just make it fit in...
2019-08-26 Matt CoralloDont flush with a lock held
2019-08-23 Matt CoralloPrint stats about routing table size in UI
2019-08-23 Matt CoralloAllow bgp lookups from CLI
2019-05-21 Matt CoralloPrint more lines of log
2019-05-21 Matt CoralloPrint time more logically
2019-05-21 Matt CoralloAlso print hours for scan times
2019-05-21 Matt CoralloMake retry time IDs fixed-length too
2019-05-21 Matt CoralloFix minimum length prints
2019-05-21 Matt CoralloUse AddressState utils more
2019-05-21 Matt CoralloPrint errs in red
2019-05-20 Matt CoralloTotal runtime timeout, fix saves
2019-05-19 Matt CoralloImplement shutdown, input reading
2019-05-19 Matt CoralloImplement subver regex checking, allow multiple version...
2019-05-18 Matt CoralloInitial checkin