aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/core/stats_tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/stats_tcp.h b/include/osmocom/core/stats_tcp.h
index 6b9657a8..9bc7111a 100644
--- a/include/osmocom/core/stats_tcp.h
+++ b/include/osmocom/core/stats_tcp.h
@@ -1,7 +1,7 @@
#pragma once
#define TCP_STATS_DEFAULT_INTERVAL 0 /* secs */
-#define TCP_STATS_DEFAULT_BATCH_SIZE 1 /* sockets per interval */
+#define TCP_STATS_DEFAULT_BATCH_SIZE 5 /* sockets per interval */
struct osmo_tcp_stats_config {
/* poll interval in seconds, use osmo_stats_tcp_set_interval() to manipulate this value */