|
|
1.1 root 1: /* conf.c - QUIPU DSA Configuration */
2:
3: #ifndef lint
4: static char *rcsid = "$Header: /f/osi/quipu/RCS/conf.c,v 7.2 90/07/09 14:45:20 mrose Exp $";
5: #endif
6:
7: /*
8: * $Header: /f/osi/quipu/RCS/conf.c,v 7.2 90/07/09 14:45:20 mrose Exp $
9: *
10: *
11: * $Log: conf.c,v $
12: * Revision 7.2 90/07/09 14:45:20 mrose
13: * sync
14: *
15: * Revision 7.1 89/12/19 16:20:01 mrose
16: * sync
17: *
18: * Revision 7.0 89/11/23 22:16:41 mrose
19: * Release 6.0
20: *
21: */
22:
23: /*
24: * NOTICE
25: *
26: * Acquisition, use, and distribution of this module and related
27: * materials are subject to the restrictions of a license agreement.
28: * Consult the Preface in the User's Manual for the full terms of
29: * this agreement.
30: *
31: */
32:
33:
34: #include "quipu/util.h"
35: #include "tailor.h"
36:
37: char *dsaoidtable = "oidtable";
38: char *dsatailfile = "quiputailor";
39: char *treedir = "quipu-db";
40: int no_dsp_chain = FALSE;
41: int no_last_mod = FALSE;
42: char startup_update = FALSE;
43: int search_level = 2; /* do NOT allow country level searching */
44: int read_only = FALSE; /* Prevent DIT modification */
45:
46: /* admin limits */
47: int admin_size = 100; /* 100 entries */
48: time_t admin_time = 120; /* don't spend more than 2 minutes on a task */
49: time_t conn_timeout = 300; /* don't hold an unused connection open for more than 5 minutes */
50: time_t nsap_timeout = 45; /* after 45 seconds assume nsap has failed */
51:
52: time_t slave_timeout = 0; /* Update slaves every 'cache_time' seconds */
53: time_t retry_timeout = 0; /* Test DSA for reliability after 'cache_time' seconds */
54:
55: unsigned watchdog_time = 120; /* allow lower layers 2 minutes per *async* operation */
56: unsigned watchdog_delta = 5; /* allow 5 second for timeout to propagate */
57:
58: /* some parameters for the turbo load stuff */
59: int turbo_size = 300;
60: int turbo_name_size = 50;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.