diff options
author | themaze75 <maze@novisoft.com> | 2015-06-05 17:16:32 +0000 |
---|---|---|
committer | Eric Maziade <eric@maziade.com> | 2015-06-10 22:10:00 -0400 |
commit | 1d080f57454fda46eb60700a8693cb968e6d557f (patch) | |
tree | f94ed33eccf48632ee52f9095ff7745b56c47cb3 /spec/models/application_setting_spec.rb | |
parent | 84a414fe534ebb60c8e7396c245486be521e2a11 (diff) | |
download | gitlab-ce-1d080f57454fda46eb60700a8693cb968e6d557f.tar.gz |
session_expire_seconds => session_expire_delay
delay is in seconds
more legible code in session_store
Added `GitLab restart required` help block to session_expire_delay
Diffstat (limited to 'spec/models/application_setting_spec.rb')
-rw-r--r-- | spec/models/application_setting_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb index f4e1c65b633..d648f4078be 100644 --- a/spec/models/application_setting_spec.rb +++ b/spec/models/application_setting_spec.rb @@ -15,7 +15,7 @@ # twitter_sharing_enabled :boolean default(TRUE) # restricted_visibility_levels :text # max_attachment_size :integer default(10), not null -# session_expire_seconds :integer default(604800), not null +# session_expire_delay :integer default(10080), not null # default_project_visibility :integer # default_snippet_visibility :integer # restricted_signup_domains :text |