diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index b700dc87c76cd6a375b29a853290d7175c8f148d..76018e444b1c9adccbd7f5179f85a7f951be7857 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -11,9 +11,6 @@ class ProjectsController < ApplicationController
   before_filter :require_non_empty_project, :only => [:blob, :tree]
   before_filter :load_refs, :only => :tree # load @branch, @tag & @ref
 
-  # expire show page every 4 minute
-  caches_action :show, :expires_in => 4.minutes
-
   def index
     source = current_user.projects
     source = source.tagged_with(params[:tag]) unless params[:tag].blank?