From 9e4d2b5d8a8b5360e8ff2e8b2a4b601941b5ff60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fu=C3=9Fberger?= Date: Wed, 16 Sep 2026 12:08:09 +0200 Subject: [PATCH] Fix remaining reference to seconds --- score/launch_manager/docs/user_guide/configuration.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/score/launch_manager/docs/user_guide/configuration.rst b/score/launch_manager/docs/user_guide/configuration.rst index a57d23088..ee2f59660 100644 --- a/score/launch_manager/docs/user_guide/configuration.rst +++ b/score/launch_manager/docs/user_guide/configuration.rst @@ -34,12 +34,7 @@ This section provides an overview of the measurement units used within the confi Time Intervals -------------- -All time values in the **Launch Manager** configuration are specified in **seconds**. When a fraction of a second is required, a **decimal point** must be used. - -For example: - -* ``0.5`` represents a time interval of 500 milliseconds. -* ``1.5`` represents a time interval of 1500 milliseconds. +All time values in the **Launch Manager** configuration are specified in **milliseconds**. Using a consistent unit prevents ambiguity and makes the configuration values easier to compare and understand.