Changesets can be listed by changeset number.
The Git repository is here.
Changeset 162
Hub was using default file-based session stores, but was, under heavy
load, generating loads and loads of session files - to the point of
running out of open file handles. The daft thing is that the Hub Gem
means it doesn't need Rails sessions anyway... So, they're turned off.
Hopefully, Hub won't fall over every half hour now!
- Comitted by: rool
- Date: Wednesday December 13 10:32:20 2006 (over 17 years ago)
Affected files:
rool/rails/hub/trunk/app/controllers/application.rb:
prev. | current | |
class ApplicationController < ActionController::Base | ||
6 | session :off | |
7 | ||
# Hub single sign-on support. | ||
require 'hub_sso_lib' |