mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
document.cache.revalidation_interval: document that a value of -1 disables automatic revalidation
This commit is contained in:
parent
0bd0dd160e
commit
6d4496b521
@ -509,7 +509,8 @@ static struct option_info config_options_info[] = {
|
||||
"When a document is loaded and this interval has elapsed since the\n"
|
||||
"document was initially loaded or most recently revalidated\n"
|
||||
"with the server, the server will be checked in case there is\n"
|
||||
"a more up-to-date version of the document.")),
|
||||
"a more up-to-date version of the document.\n\n"
|
||||
"A value of -1 disables automatic revalidation.")),
|
||||
|
||||
INIT_OPT_TREE("document.cache", N_("Memory cache"),
|
||||
"memory", 0,
|
||||
|
Loading…
Reference in New Issue
Block a user