1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Rewrite the description for document.cache.revalidation_interval again

This commit is contained in:
Miciah Dashiel Butler Masters 2006-11-04 02:23:22 +00:00 committed by Miciah Dashiel Butler Masters
parent cd197170d7
commit a001cfda17

View File

@ -503,10 +503,13 @@ static struct option_info config_options_info[] = {
"threshold. (Then of course no other documents can be cached.)")),
/* FIXME: Write more. */
INIT_OPT_INT("document.cache", N_("revalidation_Interval"),
INIT_OPT_INT("document.cache", N_("Revalidation interval"),
"revalidation_interval", 0, -1, 86400, -1,
N_("Interval (in seconds) between a server is poked about changes in an\n"
"already cached document.")),
N_("Period that a cache entry is considered to be up-to-date.\n"
"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.")),
INIT_OPT_TREE("document.cache", N_("Memory cache"),
"memory", 0,