This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 30a060f3f2 Document proxy.config.system_clock setting (#11690)
30a060f3f2 is described below
commit 30a060f3f23bd065826023b7245bcd41c24e7ff2
Author: Chris McFarlen <[email protected]>
AuthorDate: Mon Aug 19 17:11:04 2024 -0500
Document proxy.config.system_clock setting (#11690)
* Document proxy.config.system_clock setting
* fix quotes
* move to whats-new
---------
Co-authored-by: Chris McFarlen <[email protected]>
---
doc/release-notes/whats-new.en.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/release-notes/whats-new.en.rst
b/doc/release-notes/whats-new.en.rst
index d83d0ddae3..1567f5141f 100644
--- a/doc/release-notes/whats-new.en.rst
+++ b/doc/release-notes/whats-new.en.rst
@@ -46,6 +46,9 @@ New Features
either for the incoming connection port or the port that was specified by the
incoming Proxy Protocol payload. Check :file:`sni.yaml` for more information.
+* The records.yaml entry :ts:cv:`proxy.config.system_clock` was added to
control the underlying
+ system clock that ATS uses for internal timing
+
New or modified Configurations
------------------------------