From 6b29ba6071639c04faa70ce34d9dac5e61fadf9d Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 22 Aug 2004 17:52:21 +0000 Subject: [PATCH] added $CFG->filelifetime to config-dist.php --- config-dist.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5