diff --git a/geode-docs/reference/topics/cache_xml.html.md.erb b/geode-docs/reference/topics/cache_xml.html.md.erb index 9ab1ba7e6fd4..d1eeaa3e1c66 100644 --- a/geode-docs/reference/topics/cache_xml.html.md.erb +++ b/geode-docs/reference/topics/cache_xml.html.md.erb @@ -267,7 +267,7 @@ Configures a gateway sender to distribute region events to another <%=vars.produ batch-time-interval -Maximum number of milliseconds that can elapse between sending batches. +Maximum amount of time, in ms, that can elapse before a batch is delivered, when no events are found in the queue to reach the batch-size. 1000 @@ -539,7 +539,7 @@ Configures a queue for sending region events to an AsyncEventListener implementa batch-time-interval -Maximum number of milliseconds that can elapse between sending batches. +Maximum amount of time, in ms, that can elapse before a batch is delivered, when no events are found in the queue to reach the batch-size. 5 diff --git a/geode-docs/tools_modules/gfsh/command-pages/alter.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/alter.html.md.erb index 7c4ac2f6537a..14f4758b97ea 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/alter.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/alter.html.md.erb @@ -238,7 +238,7 @@ The required option, `--id`, identifies the gateway sender to be altered. ‑‑batch-time-interval -Maximum time, in milliseconds, that can elapse between sending batches. +Maximum amount of time, in ms, that can elapse before a batch is delivered, when no events are found in the queue to reach the batch-size. ‑‑gateway-event-filter diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb index c8503ade89ac..b946ab6a3b06 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb @@ -132,7 +132,7 @@ create async-event-queue --id=value --listener=value [--groups=value(,value)*] ‑‑batch-time-interval -Maximum amount of time, in ms, that can elapse before a batch is delivered. +Maximum amount of time, in ms, that can elapse before a batch is delivered, when no events are found in the queue to reach the batch-size. 5 @@ -585,7 +585,7 @@ create gateway-sender --id=value --remote-distributed-system-id=value ‑‑batch-time-interval -Maximum number of milliseconds that can elapse between sending batches. +Maximum amount of time, in ms, that can elapse before a batch is delivered, when no events are found in the queue to reach the batch-size. 1000