Skip to content

Commit 8598511

Browse files
committed
Relax nanonext_sleep_dur
1 parent a3acf40 commit 8598511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nanonext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extern int R_interrupts_pending;
124124
#define NANONEXT_CHUNK_SIZE 67108864 // must be <= INT_MAX
125125
#define NANONEXT_STR_SIZE 40
126126
#define NANONEXT_WAIT_DUR 1000
127-
#define NANONEXT_SLEEP_DUR 100
127+
#define NANONEXT_SLEEP_DUR 200
128128
#define NANO_ALLOC(x, sz) \
129129
(x)->buf = calloc(sz, sizeof(unsigned char)); \
130130
if ((x)->buf == NULL) Rf_error("memory allocation failed"); \

0 commit comments

Comments
 (0)