MINOR: state.cleanup.delay.ms default is 600,000 ms (10 minutes). (#6345)

Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
cwildman 2019-02-28 18:22:54 +01:00 committed by Matthias J. Sax
parent dfae20ecee
commit abbd992a4a
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
<tr class="row-odd"><td>state.cleanup.delay.ms</td> <tr class="row-odd"><td>state.cleanup.delay.ms</td>
<td>Low</td> <td>Low</td>
<td colspan="2">The amount of time in milliseconds to wait before deleting state when a partition has migrated.</td> <td colspan="2">The amount of time in milliseconds to wait before deleting state when a partition has migrated.</td>
<td>6000000 milliseconds</td> <td>600000 milliseconds</td>
</tr> </tr>
<tr class="row-even"><td>state.dir</td> <tr class="row-even"><td>state.dir</td>
<td>High</td> <td>High</td>