Description of configuration options for [account-reaper] in account-server.conf-sample
Configuration option=Default value Description
log_name=account-reaperLabel used when logging
log_facility=LOG_LOCAL0Syslog log facility
log_level=INFOLogging level
log_address=/dev/logLocation where syslog sends the logs to
concurrency=25Number of replication workers to spawn
interval=3600Minimum time for a pass to take
node_timeout=10Request timeout to external services
conn_timeout=0.5Connection timeout to external services
delay_reaping=0Normally, the reaper begins deleting account information for deleted accounts immediately; you can set this to delay its work however. The value is in seconds, 2592000 = 30 days, for example. bind to giving up worker can process simultaneously (it will actually accept(2) N + 1). Setting this to one (1) will only handle one request at a time, without accepting another request concurrently. By increasing the number of workers to a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests.
reap_warn_after=2592000No help text available for this option