From 1d080f57454fda46eb60700a8693cb968e6d557f Mon Sep 17 00:00:00 2001 From: themaze75 Date: Fri, 5 Jun 2015 17:16:32 +0000 Subject: 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 --- spec/models/application_setting_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/models') 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 -- cgit v1.2.1