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/architecture/tickq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ For example, a RDB may implement [`.u.end`](rq.md#uend) to write down all in-mem
50
50
These record all published messages and permit recovery by downstream clients, by allowing them to replay messages they have missed.
51
51
The directory used should have enough space to record all published data.
52
52
53
-
As end-day-day causes a file roll, a process should be put in place to remove old log files that are no longer required.
53
+
As end-of-day causes a file roll, a process should be put in place to remove old log files that are no longer required.
54
54
55
55
!!! note "The tickerplant does not replay log files for clients, but exposes [log file details](#variables) to clients so they can access the current log file"
0 commit comments