Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Add changes to support providing time configs in milliseconds #51

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

AmilaSamith
Copy link
Contributor

@AmilaSamith AmilaSamith commented Oct 22, 2024

Purpose

This change allows time configuration values to be provided in milliseconds, with support for specifying the time in decimal seconds

Fixes:wso2/product-micro-integrator#3690

Goals

To allow definition of time out configs in milliseconds.

Approach

This change allows time configuration values to be provided in milliseconds by supporting for specifying them in decimal format (e.g., 1500 milliseconds can be expressed as 1.5 seconds). This offers more flexibility when configuring time durations. This approach was designed considering the backward compatibility. Any value defined in seconds will be converted to milliseconds and used in backend. No changes are required for current setups, ensuring seamless transition to the new format.

This change allows time configuration values to be provided in milliseconds, with support for specifying the time in decimal seconds Fixes:wso2/product-micro-integrator#3690
malakaganga
malakaganga previously approved these changes Oct 23, 2024
Change meta.json and README.md files
2.0.0 -> 2.0.1
@SanojPunchihewa SanojPunchihewa merged commit 0b63b11 into wso2-extensions:master Oct 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants