File sysconfig.fam of Package fam
## Path: System/File systems/Fam
## Description: File Access Monitoring Daemon
## Type: integer
## ServiceRestart: fam
## Default: 4
#
# settings for the "File Access Monitoring" daemon
# changing values here may cause problems in KDE/Konqueror
# or GNOME/Nautilus
#
#
# Polling interval. check for local files each $FAM_POLLING_INTERVA second
# (default is 4)
#
FAM_POLLING_INTERVAL="4"
## Type: integer
## Default: 0
#
# Close connections after $FAM_INACTIVE_TIMEOUT seconds.
# (default is 0 -> do not close connections)
#
FAM_INACTIVE_TIMEOUT="0"
## Type: yesno
## Default: yes
#
# do poll for file changes.
# (default is yes)
#
FAM_POLLING="yes"
## Type: yesno
## Default: yes
#
# accept requests only from localhost.
# (default is yes)
#
FAM_LOCAL_ONLY="yes"