Keep database handle open, and avoid synchronous writes
authorGustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Tue, 8 Sep 2009 12:38:45 +0000 (09:38 -0300)
committerGustavo Noronha Silva <gns@gnome.org>
Tue, 8 Sep 2009 13:59:13 +0000 (10:59 -0300)
commitcc3d838689f5d7828add2ee1830e0e783d235115
treeb428b48ac1432a6fa7c1a54580d33094bf096034
parenta888c23e1a6074abfdb84c40e7f9781beaaaaa20
Keep database handle open, and avoid synchronous writes

The synchronous writes behavior is the safest, but has very poor
performance, and causes UI hangs for users of soup.

Bug #584522
libsoup/soup-cookie-jar-sqlite.c