aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
blob: c9821ca22e35a4a17cff731611e124d79b93d3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * tunable.h -- values that a site might want to change
 *
 * For license terms, see the file COPYING in this directory.
 */

/* umask to use when daemon creates files */
#define	DEF_UMASK		022

/* default timeout period in seconds if server connection dies */
#define	CLIENT_TIMEOUT		300