Start/notes.ini Parameters/Update_Access_Frequency

Update_Access_Frequency

🛠️
Parameter: Update_Access_Frequency
Short description: Interval (in days) at which Domino refreshes the user activity statistics of a database.

Profile

Parameter
Update_Access_Frequency
Category
General
Component
Server
Available since
R5
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5
GUI equivalent
notes.ini only (no GUI)
Possible values
Integer in days, default 1

Description

Update_Access_Frequency defines how often Domino refreshes the activity statistics of an NSF (reads / writes per day, visible in the database property Activity). The default is daily (1); larger values reduce the writes to the Activity log.
The results can be viewed in Domino Administrator under Files → Database Activity; the data is also used for server health evaluations.

Example configuration

Update_Access_Frequency=1

Notes & pitfalls

  • Value is in days.
  • Very high values lose timeliness in the activity display.
  • On mail servers with tens of thousands of NSFs, the domlog.nsf load grows; increase to 7 if needed.
  • Activity tracking itself can be turned on / off per database in the property dialog.
  • The change takes effect after a server restart.