1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* gpg-agent.c: New option --max-cache-ttl. Suggested by Alexander

Belopolsky.
* cache.c (housekeeping): Use it here instead of the hardwired
default of 1 hour.
This commit is contained in:
Werner Koch 2004-08-20 13:43:14 +00:00
parent 0ded031237
commit ebaba6bdab
4 changed files with 16 additions and 4 deletions

View file

@ -54,6 +54,7 @@ struct {
const char *scdaemon_program;
int no_grab; /* don't let the pinentry grab the keyboard */
unsigned long def_cache_ttl;
unsigned long max_cache_ttl;
int running_detached; /* we are running detached from the tty. */