mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Merge branch 'story/105754990-file-upload' into staging
This commit is contained in:
commit
3d8450ad7b
5 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#define EPP_TCP_HEADER_SIZE 4 /* just one longword */
|
||||
-#define EPP_MAX_FRAME_SIZE 65536 /* don't accept larger xml data blocks */
|
||||
+#define EPP_MAX_FRAME_SIZE 8388608 /* don't accept larger xml data blocks */
|
||||
+#define EPP_MAX_FRAME_SIZE 15728640 /* don't accept larger xml data blocks (8MB + 30% base64 + xml + savings)*/
|
||||
#define TRIDSIZE 128 /* actually, it should be 3 to 64 chars,
|
||||
but due to unicode we'll give it more room. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue