mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch
This commit is contained in:
parent
86abac78a2
commit
bd7298cf0d
35 changed files with 4711 additions and 4608 deletions
|
@ -56,8 +56,8 @@ struct cache_ctrl_struct {
|
|||
char data[TRUST_RECORD_LEN];
|
||||
};
|
||||
|
||||
#define MAX_CACHE_ENTRIES_SOFT 200 /* may be increased while in a */
|
||||
#define MAX_CACHE_ENTRIES_HARD 1000 /* transaction to this one */
|
||||
#define MAX_CACHE_ENTRIES_SOFT 200 /* may be increased while in a */
|
||||
#define MAX_CACHE_ENTRIES_HARD 10000 /* transaction to this one */
|
||||
static CACHE_CTRL cache_list;
|
||||
static int cache_entries;
|
||||
static int cache_is_dirty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue