automatically_reload_config

On this page
  1. automatically_reload_config

automatically_reload_config#

When true (the default), watch the config file and reload it automatically when it is detected as changing. When false, you will need to manually trigger a config reload with a key bound to the action ReloadConfiguration.

For example, to disable auto config reload:

config.automatically_reload_config = false
Edit this page