[feature] Configurable padding length in online websocket server (#755)
Signed-off-by: manickavela29 <manickavela1998@gmail.com>
This commit is contained in:
@@ -62,6 +62,8 @@ struct OnlineWebsocketDecoderConfig {
|
||||
|
||||
int32_t max_batch_size = 5;
|
||||
|
||||
float end_tail_padding = 0.8;
|
||||
|
||||
void Register(ParseOptions *po);
|
||||
void Validate() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user