From: preecej Date: Mon, 22 Aug 2011 22:29:11 +0000 (+0000) Subject: holds proper db connex string for command-line PHP scripts like X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=e1c7eb74c2ad8a8540f9a8119d456a52d80a3192;p=old-jaiswallab-svn%2F.git holds proper db connex string for command-line PHP scripts like flushJobs and refreshLinks svn path=/; revision=165 --- diff --git a/preecej/semantic_wiki/LocalSettings/test.JobQueueSettings.php b/preecej/semantic_wiki/LocalSettings/test.JobQueueSettings.php new file mode 100644 index 0000000..b52426e --- /dev/null +++ b/preecej/semantic_wiki/LocalSettings/test.JobQueueSettings.php @@ -0,0 +1,163 @@ +&format=json&max=20'; +$sfgAutocompleteOnAllChars = false; + +# END: Justin Preece - Semantic Bundle (SMW and other extensions) + +/** Allow client-side caching of pages */ +$wgCachePages = false; + +/** + * * Set this to current time to invalidate all prior cached pages. Affects both + * * client- and server-side caching. + * * You can get the current date on your server by using the command: + * * date +%Y%m%d%H%M%S + * */ +$wgCacheEpoch = 'date +%Y%m%d%H%M%S'; + +# When you make changes to this configuration file, this will make +# sure that cached pages are cleared. +$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );