aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
blob: 8046afc1746be8ea4e2c26d1094ef538916673bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * 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

/* maximum consecutive timeouts to accept */
#define MAX_TIMEOUTS		20

/* default skipped message warning interval in seconds */
#define WARNING_INTERVAL	3600