File: tunable.h

package info (click to toggle)
fetchmail 4.6.4-1.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,416 kB
  • ctags: 1,117
  • sloc: ansic: 10,540; sh: 1,678; python: 1,208; yacc: 384; perl: 319; makefile: 207; lex: 185
file content (15 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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

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