From: gustav_delius Date: Sun, 22 Aug 2004 17:52:21 +0000 (+0000) Subject: added $CFG->filelifetime to config-dist.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6b29ba6071639c04faa70ce34d9dac5e61fadf9d;p=moodle.git added $CFG->filelifetime to config-dist.php --- diff --git a/config-dist.php b/config-dist.php index b522a48a98..9ca2a767ca 100644 --- a/config-dist.php +++ b/config-dist.php @@ -172,7 +172,10 @@ $CFG->admin = 'admin'; // locally-installed copy of Aspell (0.50.1 or newer) // $CFG->aspellpath = '/usr/bin/aspell'; // *nix // $CFG->aspellpath = '"c:\path\to\aspell\aspell.exe"'; // Windows - +// +// Seconds for files to remain in caches. Decrease this if you are worried +// about students being served outdated versions of uploaded files. +// $CFG->filelifetime = 86400; //========================================================================= // ALL DONE! To continue installation, visit your main page with a browser