mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Remove our override on the default time that a looked up name remains
cached when not in use. This changes the FreeBSD default from 30 minutes to 5 minutes. JKH was the one that added the override to amd_flags, but there was no reason given other to serve as an example of what could be done.
This commit is contained in:
parent
7f98dc0449
commit
7d2e5717e7
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ kerberos_stash="" # Is the kerberos master key stashed?
|
|||
rwhod_enable="NO" # Run the rwho daemon (or NO).
|
||||
rwhod_flags="" # Flags for rwhod
|
||||
amd_enable="NO" # Run amd service with $amd_flags (or NO).
|
||||
amd_flags="-a /.amd_mnt -c 1800 -l syslog /host /etc/amd.map /net /etc/amd.map"
|
||||
amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map /net /etc/amd.map"
|
||||
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
|
||||
nfs_client_enable="NO" # This host is an NFS client (or NO).
|
||||
nfs_client_flags="-n 4" # Flags to nfsiod (if enabled).
|
||||
|
|
|
|||
Loading…
Reference in a new issue