1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 09:06:35 +01:00

Add config option to set data file auto-save frequency

This commit is contained in:
jfreegman
2018-10-28 16:18:17 -04:00
parent e4abd8b36b
commit 73aaa44d12
8 changed files with 24 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ struct user_settings {
int show_welcome_msg; /* boolean */
int show_connection_msg; /* boolean */
int nodeslist_update_freq; /* int (<= 0 to disable updates) */
int autosave_freq; /* int (<= 0 to disable autosave) */
char line_join[LINE_HINT_MAX + 1];
char line_quit[LINE_HINT_MAX + 1];