/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to setups/autogen/config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
    $TITLE = "ADEI";
3
 
    $MODULES = array("config", "graph", "wiki");
 
3
    $MODULES = array("config", "download", "graph", "wiki");
4
4
 
5
5
    $READER_DB_TEST = array (
6
6
        "autogen" => array (
108
108
            )
109
109
        ),
110
110
        "autogen__minutely" => array(
111
 
            "date_limit" => "2005-01-01 00:00:00",
 
111
            "date_limit" => "2009-01-01 00:00:00",
112
112
            "period" => 60,             /* seconds, the data generation period */
113
113
            "maximal_allowed_gap" => 300,
114
114
            "min_resolution" => 600
139
139
            "optimize_empty_cache" => true,
140
140
            "maximal_allowed_gap" => 300,
141
141
            "min_resolution" => 10,
142
 
            "date_limit" => "2010-05-01 00:00:00",
 
142
            "date_limit" => array("2011-01-01 00:00:00","2011-01-15 00:00:00"),
143
143
            "ignore_subseconds" => false
144
144
        ),
145
145
        "fastgen__10hz" => array(