Waarp Gateway Update Release Notes
This release contains a fix for a bug with the use of SQLite databases that could cause abnormal disk space filling.
List of Changes
Fixes
#410 Added a limit to the size of the WAL file when using a SQLite database. The file should now be properly truncated at the end of transactions. Database connections are also now consistently closed after 2 seconds of inactivity. This should reduce the risk of concurrent connections preventing the WAL file from being fully truncated.
Comments