We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad1dc1 commit d5503dfCopy full SHA for d5503df
src/nanonext.h
@@ -120,8 +120,8 @@ extern int R_interrupts_pending;
120
#define ERROR_RET(xc) { Rf_warning("%d | %s", xc, nng_strerror(xc)); return mk_error(xc); }
121
#define NANONEXT_INIT_BUFSIZE 4096
122
#define NANONEXT_SERIAL_VER 3
123
-#define NANONEXT_SERIAL_THR 134217728
124
-#define NANONEXT_CHUNK_SIZE INT_MAX // must be <= INT_MAX
+#define NANONEXT_SERIAL_THR 67108864
+#define NANONEXT_CHUNK_SIZE 67108864 // must be <= INT_MAX
125
#define NANONEXT_STR_SIZE 40
126
#define NANONEXT_WAIT_DUR 1000
127
#define NANO_ALLOC(x, sz) \
0 commit comments