/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 config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2020-02-25 03:16:18 UTC
  • Revision ID: csa@suren.me-20200225031618-57d452egb2mpodhh
Optimize Cache Administrator (inroduces new REQUEST flags and significant changes to CACHEDB)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            'title' => _("Take last recorded value"),
87
87
            'handler' => "LASTResampler",
88
88
            'opts' => array(
89
 
                'max_gap' => 0,
 
89
                'max_gap' => 600,
90
90
            )
91
91
        ),
92
92
    );
438
438
    
439
439
    $PHP_BINARY = "/usr/bin/php";
440
440
    $DOWNLOAD_DECAY_TIME = 72000;       /*  Time after unused download is removed from server*/
 
441
    $ADEI_CACHE_LATENCY_THRESHOLD = 1800;    // Bellow this threshold, we consider normal latency between source data & cache
441
442
  
442
443
    $JPGRAPH_PATH = "/usr/share/php5/jpgraph";
443
444
    $EXCEL_WRITER_PATH ="";