Parameter:
AMgr_DocUpdateAgentMinIntervalShort description: Minimum elapsed time (in minutes) between two executions of the same document update-triggered agent. Default 30.
Profile
Parameter | AMgr_DocUpdateAgentMinInterval |
Category | Performance / Memory (Agent Manager) |
Available since | At least 11.0.1 (HCL documentation), still documented unchanged in 14.5.1 |
Applies to | Servers and Notes clients (per HCL: Servers and workstations) |
GUI equivalent | According to HCL, no direct GUI option. Can be set in the Configuration document on the NOTES.INI Settings tab. |
Possible values | Integer — number of minutes |
Default | 30 (minutes) |
Description
According to the HCL product documentation (14.5.1, identical to 11.0.1):
Specifies the minimum elapsed time, in minutes, between the execution of the same document update-triggered agent.
Applies to: Servers and workstations
Default: 30
The parameter is classic Agent Manager hygiene: an agent running on a Document Update trigger could itself modify the triggering document and thereby be triggered again.
AMgr_DocUpdateAgentMinInterval defines how often this same agent may run — the default value of 30 minutes automatically forces such loops into a reasonable rhythm.Example configuration
AMgr_DocUpdateAgentMinInterval=10
With
AMgr_DocUpdateAgentMinInterval=10, the same document update agent may run again no earlier than 10 minutes later. Useful for testing; in production, the default of 30 is usually kept.Notes & pitfalls
- The parameter applies per individual agent, not globally — different agents may run within the same minute.
- According to HCL, the parameter is also relevant on pure Notes clients (user agents).
- Related AMgr_* parameters control further Agent Manager aspects (e.g. interval overrides, concurrent agents).
- According to HCL there is no direct GUI equivalent.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – AMgr_DocUpdateAgentMinInterval: help.hcl-software.com/domino/14.5.1/admin/conf_amgr_docupdateagentmininterval_r.html
- HCL Domino 11.0.1 – AMgr_DocUpdateAgentMinInterval: help.hcl-software.com/domino/11.0.1/admin/conf_amgr_docupdateagentmininterval_r.html