Skip to content

Commit

Permalink
fix: update default batch_size to 1MB
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTurina committed Dec 26, 2024
1 parent eb3422f commit 15d3d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(DEFAULT_RETRY_INTERVAL 30000 CACHE STRING "Default Agent retry interval (30s

set(DEFAULT_BATCH_INTERVAL 10000 CACHE STRING "Default Agent batch interval (10s)")

set(DEFAULT_BATCH_SIZE 1000ULL CACHE STRING "Default Agent batch size limit (1000)")
set(DEFAULT_BATCH_SIZE 1000000ULL CACHE STRING "Default Agent batch size limit (1MB)")

set(DEFAULT_LOGCOLLECTOR_ENABLED true CACHE BOOL "Default Logcollector enabled")

Expand Down

0 comments on commit 15d3d73

Please sign in to comment.