pgAdmin 4 commit: Fixed issue where session files are not deleted first

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue where session files are not deleted first
Date: 2018-10-18 12:33:57
Message-ID: E1gD7Uz-00042r-Jl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issue where session files are not deleted first time when pgAdmin4 server started,
it always wait for CHECK_SESSION_FILES_INTERVAL which is 24 hours by default.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=370df4704287d9f0c3247b76230c3c7213573b50

Modified Files
--------------
web/pgadmin/utils/session.py | 46 ++++++++++++++++++++++++--------------------
1 file changed, 25 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-10-19 13:30:29 [pgAdmin4][Patch]: RM #3232 Backup with incorrect path stays in broken state
Previous Message Dave Page 2018-10-18 08:39:19 Re: fixes for browser.tests api test cases