module.config.php #1

  • //
  • guest/
  • thomas_gray/
  • jambox/
  • main/
  • swarm/
  • module/
  • Xhprof/
  • config/
  • module.config.php
  • View
  • Commits
  • Open Download .zip Download (560 B)
<?php
/**
 * Perforce Swarm
 *
 * @copyright   2013 Perforce Software. All rights reserved.
 * @license     Please see LICENSE.txt in top-level folder of this distribution.
 * @version     <release>/<patch>
 */

return array(
    'xhprof' => array(
        'slow_time'            => 3,          // time, in seconds, beyond which page loads are considered "slow"
        'report_file_lifetime' => 86400 * 7,  // clean up stale xhprof reports older than one week
        'ignored_routes'       => array(),    // a list of long-running routes to ignore
    ),
);
# Change User Description Committed
#1 18334 Liz Lam initial add of jambox