From eb318dd79e92606ce68c1ade6dc82326a4879e4e Mon Sep 17 00:00:00 2001 From: Douglas Koerich Date: Mon, 13 May 2024 17:36:04 -0300 Subject: [PATCH] EOP-143: Moving to alphabetic order Signed-off-by: Douglas Koerich --- content/momentum/4/modules/4-adaptive.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/momentum/4/modules/4-adaptive.md b/content/momentum/4/modules/4-adaptive.md index 0b6e93a5..632e6b74 100644 --- a/content/momentum/4/modules/4-adaptive.md +++ b/content/momentum/4/modules/4-adaptive.md @@ -354,29 +354,29 @@ Specify the name of the outbound throttle messages series. Default name is `OBTM -
split_logs_by_binding
+
resume_from_cache
-If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`. +Introduced in Momentum 4.8. + +If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`.
-
suspend_sweep_interval
+
split_logs_by_binding
-Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable. +If split_logs_by_binding is `false`, then the log file used will be named `/var/log/ecelerity/adaptive/adaptive.log`. If this option is `true` then the log file(s) used will be named /var/log/ecelerity/adaptive/*`bindingname`*.log, where `bindingname` is replaced with the name of the binding with which the operational event is associated. Default value is `false`.
-
resume_from_cache
+
suspend_sweep_interval
-Introduced in Momentum 4.8. - -If set to `true`, the adaptive option values (typically message throttles) cached before a domain was suspended will be considered when it gets resumed (returns from suspension). It may be beneficial to set this to true if you want to avoid a domain being suspended over and over because of adaptive rules applied on default values. Default value is `false`. +Specify how often, in seconds, to perform a sweep that checks for expired suspensions and re-enable the affected binding::domain. Default value is `60` seconds. Set to `0` to disable.