timerwso2wso2-api-managerapi-manager

Timer for applying settings WSO2 API-manager


I have used the WSO2 API manager in my company. When I change the settings of the available methods (scopes) or the available authorisation methods (application level security), the application of these settings takes up to 15 minutes (I tested the work of the methods through postman). This is a lot for running tests. Is it possible to reduce the time of applying the settings?


Solution

  • By default it is 15 minutes (900 seconds). You can change the value in the deployment.toml

    [apim.cache.resource]
    enable = true
    expiry_time = "900s"