pub const DEFAULT_MAX_SIG_CACHE_SIZE: u32 = 32;
Expand description

| DoS prevention: limit cache size to 32MB (over | 1000000 entries on 64-bit systems). Due to how | we count cache size, actual memory usage is | slightly more (~32.25 MB)