Timer for applying settings WSO2 API-manager

50 views Asked by At

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?

1

There are 1 answers

1
Pubci On BEST ANSWER

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"