mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Revert buffer length
This commit is contained in:
parent
b997d10f43
commit
4b7f2cba63
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ typedef struct {
|
|||
unsigned short read_len;
|
||||
} port_type;
|
||||
|
||||
#define CYC_IO_BUF_LEN 4096
|
||||
#define CYC_IO_BUF_LEN 1024
|
||||
|
||||
/** Create a new port object in the nursery */
|
||||
#define make_port(p,f,m) \
|
||||
|
|
Loading…
Add table
Reference in a new issue