Parameter:
AdminPIntervalShort description: Interval at which the Administration Process (AdminP) processes its queue.
Profile
Parameter | AdminPInterval |
Category | General |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Server document (Server Tasks → Administration Process) |
Possible values | Integer in minutes, default 60 |
Description
AdminPInterval defines how often the AdminP task processes its queue (admin4.nsf) – i.e. how often it executes mailfile creations, group updates, ACL replacements, and replicator jobs.The default value of 60 minutes is sufficient for typical environments; in cases of intensive user administration (onboarding waves, mass renames), it can be reduced to 15–30 minutes to make changes visible faster.
Example configuration
AdminPInterval=30
Notes & pitfalls
- Value in minutes.
- Low values increase CPU/IO load, especially with many open jobs.
- You can manually trigger processing at any time via
tell adminp process all.
- Together with
AdminPModifyPersonDocumentsAt(once per day) andAdminPInterval(cyclic), the load schedule can be fine-tuned.
- The change takes effect only after a restart of the AdminP task.