diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 50fa5e4b70a..a797c0b6acd 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1009,6 +1009,32 @@ modparam("dispatcher", "ds_db_extra_attrs", "socket=socket;pref=prefix") +
+ <varname>reload_delta</varname> (int) + + The number of seconds that have to be waited before executing a new reload + of dispatcher records. By default there is a rate limiting of maximum + one reload in five seconds. + + + If set to 0, no rate limit is configured. Note carefully: use this + configuration only in tests environments because executing many RPC + reload commandss at the same time can cause unexpected behavior. + + + + Default value is 5. + + + + Set <varname>reload_delta</varname> parameter + +... +modparam("dispatcher", "reload_delta", 1) +... + + +