Skip to content

Commit 9c46364

Browse files
committed
reduce num updates to fit in net_buf for rpc case
1 parent af91744 commit 9c46364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pc/rpc_client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ namespace pc
403403
class upd_price : public tx_request, public rpc_request
404404
{
405405
public:
406-
static constexpr unsigned MAX_UPDATES = 10;
406+
static constexpr unsigned MAX_UPDATES = 8;
407407

408408
// parameters
409409
void set_symbol_status( symbol_status );

0 commit comments

Comments
 (0)