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:
Michal Konečný 2021-02-24 17:30:27 +01:00 committed by zlopez
parent e2d5093aee
commit 0e509bde17

View file

@ -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 }}"