diff options
author | Werner Koch <[email protected]> | 2004-09-09 07:29:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-09 07:29:35 +0000 |
commit | 609d9516be858663a8e560fa4561a5730e5061db (patch) | |
tree | 9674efa4c7cc35dae4637e09a133ce90fdc785a9 | |
parent | * app.c (select_application): Fixed serial number extraction and (diff) | |
download | gnupg-609d9516be858663a8e560fa4561a5730e5061db.tar.gz gnupg-609d9516be858663a8e560fa4561a5730e5061db.zip |
doc --max-cache-ttl
-rw-r--r-- | doc/gpg-agent.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index aad0fbb68..460cca45a 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -255,6 +255,12 @@ control this behaviour but this command line option takes precedence. Set the time a cache entry is valid to @var{n} seconds. The default are 600 seconds. +@item --max-cache-ttl @var{n} +@opindex max-cache-ttl +Set the maximum time a cache entry is valid to @var{n} seconds. After +this time a cache entry will get expired even if it has been accessed +recently. The default are 2 hours (7200 seconds). + @item --pinentry-program @var{filename} @opindex pinentry-program Use program @var{filename} as the PIN entry. The default is installation |