Internally durations are stored in milliseconds but runtime changes using SQL are made in seconds. Consequently, the provided value must be multiplied by 1000 before being stored.
Internally durations are stored in milliseconds but runtime changes using SQL are made in seconds. Consequently, the provided value must be multiplied by 1000 before being stored.