summaryrefslogtreecommitdiffstats
path: root/nightly/configuration
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-13 06:51:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-11-13 06:51:33 +0000
commit1a215450d4ae45058473ba867c9cf8d46c66a5f1 (patch)
tree953413eaeda0a5913a90f5c694e6a3f63a8ac002 /nightly/configuration
parent32c428640b6d5126ae171078fe115b8c2eb2bc3d (diff)
Deployed 50768907 to nightly with MkDocs 1.4.1 and mike 1.1.2
Diffstat (limited to 'nightly/configuration')
-rw-r--r--nightly/configuration/command-line-flags/index.html4
-rw-r--r--nightly/configuration/config-file/flags/index.html5
2 files changed, 9 insertions, 0 deletions
diff --git a/nightly/configuration/command-line-flags/index.html b/nightly/configuration/command-line-flags/index.html
index 5b33b578..912edb5c 100644
--- a/nightly/configuration/command-line-flags/index.html
+++ b/nightly/configuration/command-line-flags/index.html
@@ -1154,6 +1154,10 @@
<td><code>--enable_gpu_memory</code></td>
<td>Enable collecting and displaying GPU memory usage.</td>
</tr>
+<tr>
+<td><code>--retention</code></td>
+<td>How much data is stored at once in terms of time.</td>
+</tr>
</tbody>
</table>
diff --git a/nightly/configuration/config-file/flags/index.html b/nightly/configuration/config-file/flags/index.html
index 66d1b94a..ffa688c3 100644
--- a/nightly/configuration/config-file/flags/index.html
+++ b/nightly/configuration/config-file/flags/index.html
@@ -1158,6 +1158,11 @@
<td>Boolean</td>
<td>Shows the GPU memory widget.</td>
</tr>
+<tr>
+<td><code>retention</code></td>
+<td>String (human readable time, such as "10m", "1h", etc.)</td>
+<td>How much data is stored at once in terms of time.</td>
+</tr>
</tbody>
</table>