Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions score/launch_manager/docs/user_guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading