Closed vearne closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request introduces two primary changes: an update to the version number in the Makefile
, changing it from v0.1.8
to v0.1.9
, and an increase in the snapshotLen
constant in the plugin/input_raw.go
file from 20000
to 10 * 1024 * 1024
. These modifications reflect a new software release and an enhancement in memory allocation for snapshots, respectively.
File | Change Summary |
---|---|
Makefile | Updated version number from v0.1.8 to v0.1.9 . |
plugin/input_raw.go | Increased snapshotLen from const snapshotLen int32 = 20000 to const snapshotLen int32 = 10 * 1024 * 1024 . |
plugin/input_raw.go
file in this PR also modifies the snapshotLen
constant, which is directly related to the changes made in the main PR where snapshotLen
was increased from 20000
to 10 * 1024 * 1024
.🐇 In the meadow where code does play,
A version hops to greet the day!
Fromv0.1.8
tov0.1.9
,
With snapshots large, oh how they shine!
Bugs be gone, let data flow,
A leap of joy, let progress grow! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes