commit/galaxy-central: dannon: Fix toolshed config/session timeout bug.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/54a0ae599d9c/ Changeset: 54a0ae599d9c User: dannon Date: 2015-02-09 21:17:47+00:00 Summary: Fix toolshed config/session timeout bug. Affected #: 1 file diff -r 5351270dd6b41096e22065c4252f24098934e804 -r 54a0ae599d9c3bf40f57d86e12360ef74118dadb lib/galaxy/webapps/tool_shed/config.py --- a/lib/galaxy/webapps/tool_shed/config.py +++ b/lib/galaxy/webapps/tool_shed/config.py @@ -47,6 +47,7 @@ self.toolshed_whoosh_index_dir = kwargs.get( "toolshed_whoosh_index_dir", None ) # Analytics self.ga_code = kwargs.get( "ga_code", None ) + self.session_duration = int(kwargs.get( 'session_duration', 0 )) # Where dataset files are stored self.file_path = resolve_path( kwargs.get( "file_path", "database/community_files" ), self.root ) self.new_file_path = resolve_path( kwargs.get( "new_file_path", "database/tmp" ), self.root ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org