reduce number of shown free ports
This commit is contained in:
parent
5b4520c3bf
commit
da7db06bc2
@ -86,7 +86,7 @@ fn instant_from_timestamp(timestamp: UnixTimestamp) -> Instant {
|
|||||||
|
|
||||||
impl Debug for PortHandler {
|
impl Debug for PortHandler {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
const SHOW_N_FREE_PORTS: usize = 15;
|
const SHOW_N_FREE_PORTS: usize = 10;
|
||||||
|
|
||||||
let last_update = self
|
let last_update = self
|
||||||
.last_update
|
.last_update
|
||||||
|
Loading…
Reference in New Issue
Block a user