release-monitoring: Change permanent session lifetime to 1 day
After the discussion in https://github.com/fedora-infra/anitya/issues/340 this commit will change the session lifetime back to 1 day. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
e2d5093aee
commit
0e509bde17
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ secret_key = '{{ anitya_secret_key }}'
|
|||
{% endif %}
|
||||
|
||||
# The lifetime of the session, in seconds.
|
||||
permanent_session_lifetime = 3600
|
||||
permanent_session_lifetime = 86400
|
||||
|
||||
{% if env == 'staging' %}
|
||||
db_url = "postgresql://{{ anitya_stg_db_user }}:{{ anitya_stg_db_pass }}@{{ anitya_stg_db_host }}/{{ anitya_stg_db_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue