added $CFG->filelifetime to config-dist.php
authorgustav_delius <gustav_delius>
Sun, 22 Aug 2004 17:52:21 +0000 (17:52 +0000)
committergustav_delius <gustav_delius>
Sun, 22 Aug 2004 17:52:21 +0000 (17:52 +0000)
config-dist.php

index b522a48a98a659fb5862025a29fc860b66ba4b2e..9ca2a767caa1ee521469d09780cf11bfe9ed0d17 100644 (file)
@@ -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