From 0154a731a20a82c3992f83652a3d7619c06aafe5 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 26 Feb 2011 17:34:07 +0100 Subject: [PATCH] media-export: Remove way to large cache directive --- src/plugins/media-export/rygel-media-export-database.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/media-export/rygel-media-export-database.vala b/src/plugins/media-export/rygel-media-export-database.vala index e3eb67f..e45b312 100644 --- a/src/plugins/media-export/rygel-media-export-database.vala +++ b/src/plugins/media-export/rygel-media-export-database.vala @@ -96,7 +96,6 @@ internal class Rygel.MediaExport.Database : Object { db.errmsg ()); } - this.db.exec ("PRAGMA cache_size = 32768"); this.db.exec ("PRAGMA synchronous = OFF"); this.db.exec ("PRAGMA temp_store = MEMORY"); this.db.exec ("PRAGMA count_changes = OFF"); -- 2.7.4