Skip to content

Commit

Permalink
GEODE-10346: Correct description of batch-time-interval in doc. (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogpz committed Sep 16, 2022
1 parent e72da0d commit 982333d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions geode-docs/reference/topics/cache_xml.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Configures a gateway sender to distribute region events to another <%=vars.produ
</tr>
<tr>
<td>batch-time-interval</td>
<td>Maximum number of milliseconds that can elapse between sending batches.</td>
<td>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.</td>
<td>1000</td>
</tr>
<tr>
Expand Down Expand Up @@ -539,7 +539,7 @@ Configures a queue for sending region events to an AsyncEventListener implementa
</tr>
<tr>
<td>batch-time-interval</td>
<td>Maximum number of milliseconds that can elapse between sending batches.</td>
<td>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.</td>
<td>5</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The required option, `--id`, identifies the gateway sender to be altered.
</tr>
<tr>
<td><span class="keyword parmname">&#8209;&#8209;batch-time-interval</span></td>
<td>Maximum time, in milliseconds, that can elapse between sending batches.</td>
<td>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.</td>
</tr>
<tr>
<td><span class="keyword parmname">&#8209;&#8209;gateway-event-filter</span></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ create async-event-queue --id=value --listener=value [--groups=value(,value)*]
</tr>
<tr>
<td><span class="keyword parmname">&#8209;&#8209;batch-time-interval</span></td>
<td>Maximum amount of time, in ms, that can elapse before a batch is delivered.</td>
<td>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.</td>
<td>5</td>
</tr>
<tr>
Expand Down Expand Up @@ -585,7 +585,7 @@ create gateway-sender --id=value --remote-distributed-system-id=value
</tr>
<tr>
<td><span class="keyword parmname">&#8209;&#8209;batch-time-interval</span></td>
<td>Maximum number of milliseconds that can elapse between sending batches.</td>
<td>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.</td>
<td>1000</td>
</tr>
<tr>
Expand Down

0 comments on commit 982333d

Please sign in to comment.