Reload time in kumo

Can we use reload in kumo,
Ex. if I am chaning something in shaping_1.toml do I need to restart the service or it will reload automatically.

Hey there @youthful-zorse, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.

All configuration is cached for five minutes by memoize, so any config change will take effect within five minutes.

can we change that to 30s?

shaping.toml files (managed by shaping.lua) cache for 1 minute. Changing the ttl is not supported

ex, If I have made changes in all the file like queues.toml or source.toml then they will also load in 5 min, for all the configuration.
Can we set that to minimum?

You can alter the context age value from the default 5 minutes:

30 seconds is not recommended. 5 minutes even seems low to me. If you alter a file like source.toml, it will be reloaded when this value expires. you can also do a stop/start to reload them as well.