comparison doc/configuration.rst @ 3607:bc043afedbac

doc (configuration): add `pubsub_cache_strategy` option
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 22:51:01 +0200
parents 267e4987b58b
children bef32f3ccc06
comparison
equal deleted inserted replaced
3606:25d3677701e7 3607:bc043afedbac
104 "example.org": {"host": "127.0.0.1"} 104 "example.org": {"host": "127.0.0.1"}
105 } 105 }
106 ; background luminance, used by terminal frontends 106 ; background luminance, used by terminal frontends
107 ; can be "auto" (default) to autodetect, "dark" or "light" 107 ; can be "auto" (default) to autodetect, "dark" or "light"
108 background = auto 108 background = auto
109 # uncomment next line if you don't want to use local cache for pubsub items
110 ; pubsub_cache_strategy = "no_cache"
109 111
110 [plugin account] 112 [plugin account]
111 ; where a new account must be created 113 ; where a new account must be created
112 new_account_server = localhost 114 new_account_server = localhost
113 new_account_domain = example.net 115 new_account_domain = example.net