Add option to bypass decompression #502
Labels
Type: refactoring
Changes in the way the code works internally without changing the output produced.
Type: technical debt
Changes that remove or significantly update old unused code and/or dependencies.
Currently, the Bright-CLI performs decompression by default, which can sometimes affect performance, especially on large datasets or in scenarios where decompression is not necessary. To improve the overall performance of Bright-CLI, I propose adding an option to bypass decompression when it is not needed.
Expected Behavior
decompress
option is enabled in the request parameters, Bright-CLI should skip decompression and rely the input data as is.Use Case
This enhancement would be particularly beneficial for users working with the authentication recorder or cases where decompression is not needed.
The text was updated successfully, but these errors were encountered: