1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:36:36 +02: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

@ -47,6 +47,9 @@ ui = {
// How often in days to update the DHT nodes list. (0 to disable updates)
nodeslist_update_freq=7;
// How often in seconds to auto-save the Tox data file. (0 to disable periodic auto-saves)
autosave_freq=600;
// maximum lines for chat window history
history_size=700;