From 4a423ddaae33a7221214d1ec7089fd488c723941 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Jul 2013 09:55:40 +0530 Subject: [PATCH] mem usage behavior when switching libraries appears to be similar for both backends. --- src/calibre/db/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index c1b48cad0c..7a5c8d51d4 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -135,5 +135,4 @@ Various things that require other things before they can be migrated: 1. Check that content server reloading on metadata,db change, metadata backup, refresh gui on calibredb add and moving libraries all work (check them on windows as well for file locking issues) - 2. Check for mem leaks when switching libraries '''