unproductive flailing

This commit is contained in:
Joseph Montanaro
2022-12-28 15:48:25 -08:00
parent 992e3c8db2
commit cb26201506
5 changed files with 31 additions and 6 deletions

View File

@ -77,4 +77,4 @@ fn default_listen_addr() -> Ipv4Addr { Ipv4Addr::LOCALHOST }
fn default_rehide_ms() -> u64 { 1000 }
fn default_start_minimized() -> bool { true }
fn default_start_minimized() -> bool { !cfg!(debug_assertions) } // default to start-minimized in production only