diff options
author | deva <deva> | 2005-03-27 13:53:41 +0000 |
---|---|---|
committer | deva <deva> | 2005-03-27 13:53:41 +0000 |
commit | 3392d8657f6f6ebc341709d5f500040ed4f559ef (patch) | |
tree | 8049cb88fe84266189b622b8f1565145905346cc /src/miav.conf | |
parent | c61ab7c4232eb80b7cc3c2f37ba2715e16b4ee73 (diff) |
Added more error detection to cprdatabase connection. (Timeout)
Diffstat (limited to 'src/miav.conf')
-rw-r--r-- | src/miav.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miav.conf b/src/miav.conf index f1e36b5..3fab263 100644 --- a/src/miav.conf +++ b/src/miav.conf @@ -5,6 +5,7 @@ # Cpr Database configuration cpr_host = "cpr.j.auh.dk" cpr_port = 10301 +cpr_timeout = 10000 # Size of the screen in inches screensize = 19.0 |