InactiveUserDeleteCycleDuration

The time period between checks for inactive users. After the specified time interval, IDOL checks for users that have been inactive longer than the specified InactiveUserDeleteDuration. It deletes any users that have been inactive for this period.

Specify the period between checks in the following format:

NumberTimeUnit

where,

Number

is the number of time units to elapse.

TimeUnit

is the time unit to apply. The following units are available:

  • second
  • seconds
  • minute
  • minutes
  • hour
  • hours
  • day
  • days
  • week
  • weeks
  • month
  • months

NOTE: If you do not specify a TimeUnit, IDOL Server reads the specified number as seconds.

Type: Long
Default: 2months
Required: No
Configuration Section: User
Example: InactiveUserDeleteCycleDuration=2days
See Also: InactiveUserDeleteDuration