You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/user-guide/guides-retention.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ the following definitions:
20
20
| $current\_time$ | The time at which the garbage collector is performing a check. |
21
21
| $data\_timestamp$ | The end of the time range for the data being evaluated for expiration (e.g., for an archive, this is the timestamp of the most recent log event contained in the archive). |
22
22
23
-
When the garbage collector wakes up, it will scan for and delete any data that fits the expiry
23
+
When the garbage collector wakes up, it will scan for and delete any data that satisfies the expiry
0 commit comments