diff --git a/wire/wire_io.h b/wire/wire_io.h index 156b46de8..2cdb537ee 100644 --- a/wire/wire_io.h +++ b/wire/wire_io.h @@ -6,7 +6,8 @@ #include /* We don't allow > 64M msgs: enough for 483 64k failure msgs. */ -#define WIRE_LEN_LIMIT (1 << 26) +/* FIXME: Too big, but allows the million-channels project at 327077670 bytes */ +#define WIRE_LEN_LIMIT (1 << 29) typedef be32 wire_len_t; #define wirelen_to_cpu be32_to_cpu