Skip to content

Commit

Permalink
Show incremental reindex frequency for #34
Browse files Browse the repository at this point in the history
  • Loading branch information
m-i-l committed Oct 8, 2022
1 parent 4644d40 commit 3613e2f
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -78,11 +78,17 @@
</thead>
<tbody>
<tr>
<th scope="row">Indexing frequency</th>
<th scope="row">Full indexing frequency</th>
<td>{{ tiers[0]['full_reindex_frequency'] }}</td>
<td>{{ tiers[1]['full_reindex_frequency'] }}</td>
<td>{{ tiers[2]['full_reindex_frequency'] }}</td>
</tr>
<tr>
<th scope="row">Incremental indexing frequency</th>
<td>{{ tiers[0]['incremental_reindex_frequency'] }}</td>
<td>{{ tiers[1]['incremental_reindex_frequency'] }}</td>
<td>{{ tiers[2]['incremental_reindex_frequency'] }}</td>
</tr>
<tr>
<th scope="row">Indexing page limit</th>
<td>{{ tiers[0]['indexing_page_limit'] }}</td>
Expand Down

0 comments on commit 3613e2f

Please sign in to comment.