Skip to content
Snippets Groups Projects
Commit a3f3d8f7 authored by nkour's avatar nkour
Browse files

do not default to check_for_new_version True until we have a pseudo thread...

do not default to check_for_new_version True until we have a pseudo thread doing that [or else in heavy net load Gajim takes a long time and user think we need to hugely optimize our code]
parent bbbb4117
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class Config:
'before_nickname': [ opt_str, '<' ],
'after_nickname': [ opt_str, '>' ],
'send_os_info': [ opt_bool, True ],
'check_for_new_version': [ opt_bool, True ],
'check_for_new_version': [ opt_bool, False ],
'usegpg': [ opt_bool, False ],
'log_notif_in_user_file': [ opt_bool, True ],
'log_notif_in_sep_file': [ opt_bool, True ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment