mirror of https://github.com/BOINC/boinc.git
12 lines
254 B
PHP
12 lines
254 B
PHP
|
<?php
|
||
|
|
||
|
// This file defines the lifetime of public php pages
|
||
|
define('TEAM_PAGE_TTL',3600);
|
||
|
define('USER_PAGE_TTL',3600);
|
||
|
define('USER_PROFILE_TTL',3600);
|
||
|
define('TOP_PAGES_TTL',43200);
|
||
|
define('DOWNLOAD_PAGE_TTL',3600);
|
||
|
define('INDEX_PAGE_TTL',3600);
|
||
|
|
||
|
?>
|