pgAdmin 4 commit: Fixed issue where session files are not deletedfirst - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue where session files are not deletedfirst
Date
Msg-id E1gD7Uz-00042r-Jl@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: fixes for browser.tests api test cases
Next
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: RM #3232 Backup with incorrect path stays inbroken state