KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
|
||||
|
||||
#define HCBUFSIZ_TINY 0x1000
|
||||
#define HCBUFSIZ_SMALL 0x2000
|
||||
#define HCBUFSIZ_LARGE 0xb0000
|
||||
#define HCBUFSIZ_LARGE 0x1000000
|
||||
|
||||
#define CPT_CACHE 0x20000
|
||||
#define PARAMCNT 64
|
||||
|
||||
Reference in New Issue
Block a user