Sha256: 12ea7c17905404e76320d9ad51e500f58085aaf3df0dca9736a830c5761b207e
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
# Phusion Passenger - http://www.modrails.com/ # Copyright (C) 2008 Phusion # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. module PhusionPassenger DEFAULT_FRAMEWORK_SPAWNER_MAX_IDLE_TIME = 30 * 60 DEFAULT_APP_SPAWNER_MAX_IDLE_TIME = 10 * 60 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
passenger-2.1.2 | lib/phusion_passenger/constants.rb |
passenger-2.1.3 | lib/phusion_passenger/constants.rb |