reduce number of shown free ports

This commit is contained in:
soruh 2023-03-19 00:27:45 +01:00
parent 5b4520c3bf
commit da7db06bc2

View File

@ -86,7 +86,7 @@ fn instant_from_timestamp(timestamp: UnixTimestamp) -> Instant {
impl Debug for PortHandler {
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
.last_update