/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

if (is_array($READER_DB['toska'])) {
    $READER_DB['toska'] = array_merge($READER_DB['toska'], array(
	"timeout" => 100000,	// us
	"ping" => true		// host and port should be specified
    ));

    $OPTIONS["toska__womisaDB_repl"] = array_merge($OPTIONS["toska__womisaDB_repl"], array(
/*	    "trace_timings" => true,
	    "trace_timings" => array(
		"limit_interval" => 600,
//		"limit_processing_time" => 0.5,
		"limit_percentage" => 50,
		"overall_only" => false,
		"raise_exception" => 90		
	    ),*/
    ));

}

if (is_array($READER_DB['asec'])) {
    $READER_DB['asec']['host'] = "csa.aragats.am";
}

?>