Commit 9b805d4d authored by Geoff Simmons's avatar Geoff Simmons

Set the hard-wired default max record size for decryption to 1MB (not 1GB).

parent 98d8216f
......@@ -44,7 +44,7 @@
/* matches default fetch_chunksize */
#define DEFAULT_MAX_CHUNK (16 * 1024)
#define DEFAULT_MAX_RS (1024 * 1024 * 1024)
#define DEFAULT_MAX_RS (1024 * 1024)
#define DEFAULT_KEY_HDR "\015X-ECE-Key-ID:"
#define DEFAULT_RS 4096
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment