Added a new setting in account dialog to control whehter we load the cache db into memory or read it from disk

This commit is contained in:
2021-06-26 01:52:07 -05:00
parent 2c75ea5005
commit 5712dd735b
4 changed files with 27 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ reverse_timelines = boolean(default=False)
announce_stream_status = boolean(default=True)
retweet_mode = string(default="ask")
persist_size = integer(default=0)
load_cache_in_memory=boolean(default=True)
show_screen_names = boolean(default=False)
buffer_order = list(default=list('home','mentions', 'dm', 'sent_dm', 'sent_tweets','favorites','followers','friends','blocks','muted','events'))