libgnome r3833 - in trunk: . schemas



Author: mjc
Date: Mon Sep 22 19:13:50 2008
New Revision: 3833
URL: http://svn.gnome.org/viewvc/libgnome?rev=3833&view=rev

Log:
2008-09-22  Michael J. Chudobiak  <mjc svn gnome org>

        * schemas/desktop_gnome_thumbnail_cache.schemas.in:
        Made the housekeeping plugin less aggressive by default (bug #552680).
        Code freeze break approved by release team.



Modified:
   trunk/ChangeLog
   trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in

Modified: trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in
==============================================================================
--- trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in	(original)
+++ trunk/schemas/desktop_gnome_thumbnail_cache.schemas.in	Mon Sep 22 19:13:50 2008
@@ -7,7 +7,7 @@
       <applyto>/desktop/gnome/thumbnail_cache/maximum_age</applyto>
       <owner>gnome</owner>
       <type>int</type>
-      <default>60</default>
+      <default>180</default>
       <locale name="C">
         <short></short>
         <long>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</long>
@@ -19,7 +19,7 @@
       <applyto>/desktop/gnome/thumbnail_cache/maximum_size</applyto>
       <owner>gnome</owner>
       <type>int</type>
-      <default>64</default>
+      <default>512</default>
       <locale name="C">
         <short></short>
         <long>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</long>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]