From 5010eee1a1c653ce893c7d9f72477907fd0b8d59 Mon Sep 17 00:00:00 2001 From: Paolo Tagliaferri Date: Wed, 11 Dec 2024 10:35:23 +0000 Subject: [PATCH] Reference to configurable batch size in the Logpush overview --- src/content/docs/logs/about.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/logs/about.mdx b/src/content/docs/logs/about.mdx index 6925dbb54426576..7e299514aed29e2 100644 --- a/src/content/docs/logs/about.mdx +++ b/src/content/docs/logs/about.mdx @@ -8,7 +8,7 @@ sidebar: import { FeatureTable, LinkButton } from "~/components" -Logpush delivers logs in batches as quickly as possible, with no minimum batch size, potentially delivering files more than once per minute. This capability enables Cloudflare to provide information almost in real time, in smaller file sizes. +Logpush delivers logs in batches as quickly as possible, with no minimum batch size, potentially delivering files more than once per minute. This capability enables Cloudflare to provide information almost in real time, in smaller file sizes. Users can configure the batch size [using the API](/logs/get-started/api-configuration/#max-upload-parameters) for improved control in case the log destination has specific requirements. Logpush does not offer storage or search functionality for logs; its primary aim is to send logs as quickly as they arrive.