File: dodsrc

package info (click to toggle)
libdap 3.20.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,568 kB
  • sloc: cpp: 50,809; sh: 41,536; xml: 23,511; ansic: 20,030; yacc: 2,508; exp: 1,544; makefile: 990; lex: 309; perl: 52; fortran: 8
file content (16 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DODS client configuation file. See the DODS
# users guide for information.
#
# This is a special dodsrc file used by HTTPConnectTest. That code turns on
# caching after first running tests with it off (that's why USE_CACHE is set
# ot zero here). 10/17/02 jhrg
USE_CACHE=0
MAX_CACHE_SIZE=20
MAX_CACHED_OBJ=5
IGNORE_EXPIRES=0
CACHE_ROOT=cache-testsuite/http_connect_cache/
DEFAULT_EXPIRES=86400
ALWAYS_VALIDATE=0
# PROXY_SERVER=<protocol>,<host url>
# PROXY_FOR=<regex>,<proxy host url>,<flags>
# NO_PROXY_FOR=<protocol>,<host>