#1300 [release-monitoring] Extend session lifetime to one week
Merged a year ago by zlopez. Opened a year ago by zlopez.
fedora-infra/ zlopez/ansible anitya_session  into  main

@@ -8,7 +8,7 @@ 

  {% endif %}

  

  # The lifetime of the session, in seconds.

- permanent_session_lifetime = 86400

+ permanent_session_lifetime = 604800

  

  {% if env == 'staging' %}

  db_url = "postgresql://{{ anitya_stg_db_user }}:{{ anitya_stg_db_pass }}@{{ anitya_stg_db_host }}/{{ anitya_stg_db_name }}"

This was previously set to one day, but according to
https://github.com/fedora-infra/anitya/issues/952 it's not enough. Let's extend
the session time to one week then.

Signed-off-by: Michal Konečný mkonecny@redhat.com

Build succeeded.

Pull-Request has been merged by zlopez

a year ago