#230: upped max time of building

This commit is contained in:
Vokhmin Alexey V 2013-07-29 14:59:01 +04:00
parent b05e9d3a97
commit 06dc89c6ee
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
class PlatformArchSetting < ActiveRecord::Base
DEFAULT_TIME_LIVING = 43200 # seconds, 12 hours
MIN_TIME_LIVING = 600 # seconds, 10 minutes
MAX_TIME_LIVING = 172800 # seconds, 48 hours
MAX_TIME_LIVING = 360000 # seconds, 100 hours, 4 day and 4 hours
include Modules::Models::TimeLiving
belongs_to :arch