|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T c
Length: 1836 (0x72c) Types: TextFile Names: »conf.c«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/quipu/conf.c«
/* conf.c - QUIPU DSA Configuration */ #ifndef lint static char *rcsid = "$Header: /f/osi/quipu/RCS/conf.c,v 7.1 89/12/19 16:20:01 mrose Exp $"; #endif /* * $Header: /f/osi/quipu/RCS/conf.c,v 7.1 89/12/19 16:20:01 mrose Exp $ * * * $Log: conf.c,v $ * Revision 7.1 89/12/19 16:20:01 mrose * sync * * Revision 7.0 89/11/23 22:16:41 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #include "quipu/util.h" #include "tailor.h" char *dsaoidtable = "oidtable"; char *dsatailfile = "quiputailor"; char *treedir = "quipu-db"; int start_nameserver = TRUE; int no_dsp_chain = FALSE; int no_last_mod = FALSE; char startup_update = FALSE; int search_level = 2; /* do NOT allow country level searching */ int read_only = FALSE; /* Prevent DIT modification */ /* admin limits */ int admin_size = 100; /* 100 entries */ time_t admin_time = 120; /* don't spend more than 2 minutes on a task */ time_t conn_timeout = 300; /* don't hold an unused connection open for more than 5 minutes */ time_t nsap_timeout = 45; /* after 45 seconds assume nsap has failed */ time_t cache_timeout = 21600; /* Keep cache entries for 6 hours */ time_t slave_timeout = 0; /* Update slaves every 'cache_time' seconds */ time_t retry_timeout = 0; /* Test DSA for reliability after 'cache_time' seconds */ unsigned watchdog_time = 120; /* allow lower layers 2 minutes per *async* operation */ unsigned watchdog_delta = 5; /* allow 5 second for timeout to propagate */ /* some parameters for the turbo load stuff */ int turbo_size = 300; int turbo_name_size = 50;