Default net_ping_timeout to 60

This commit is contained in:
Patrick Griffis 2016-10-22 06:51:11 -04:00
parent f64d1c847a
commit e7101ebcae
1 changed files with 1 additions and 0 deletions

View File

@ -829,6 +829,7 @@ load_default_config(void)
prefs.hex_gui_win_width = 640;
prefs.hex_irc_ban_type = 1;
prefs.hex_irc_join_delay = 5;
prefs.hex_net_ping_timeout = 60;
prefs.hex_net_reconnect_delay = 10;
prefs.hex_notify_timeout = 15;
prefs.hex_text_max_indent = 256;