diff --git a/src/common/nbdtypes.h b/src/common/nbdtypes.h index 6e1b124..3e3db22 100644 --- a/src/common/nbdtypes.h +++ b/src/common/nbdtypes.h @@ -16,7 +16,7 @@ /* 1MiB is the de-facto standard for maximum size of header + data */ -#define NBD_MAX_SIZE ( 16 * 1024 * 1024 ) +#define NBD_MAX_SIZE ( 32 * 1024 * 1024 ) #define NBD_REQUEST_SIZE ( sizeof( struct nbd_request_raw ) ) #define NBD_REPLY_SIZE ( sizeof( struct nbd_reply_raw ) )