Overview
This module exports constants used throughout the Version Counter application for configuration and business logic.Constants
MANTENIMIENTO_DURACION_HORAS
The duration in hours for a maintenance window.
Description
Defines the standard duration for maintenance periods in the application. This constant is used to calculate maintenance windows and schedule maintenance-related operations.Value
Usage
This constant represents the standard maintenance duration. Actual maintenance windows may vary based on the complexity of updates being deployed.
Type Definitions
All constants are exported asconst declarations, ensuring they cannot be modified at runtime.