[feature] Configurable padding length in online websocket server (#755)

Signed-off-by: manickavela29 <manickavela1998@gmail.com>
This commit is contained in:
Manix
2024-04-11 12:27:11 +05:30
committed by GitHub
parent f204e62b44
commit 399d920b47
2 changed files with 8 additions and 2 deletions

View File

@@ -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;
};