Increase request cache validity to 2 minutes
This commit is contained in:
		| @@ -108,7 +108,7 @@ function uupFetchUpd( | ||||
|  | ||||
|         if($cacheRequests == 1) { | ||||
|             $cache = array( | ||||
|                 'expires' => time()+90, | ||||
|                 'expires' => time()+120, | ||||
|                 'content' => $out, | ||||
|             ); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user