inc/mdscommoninternal.h
changeset 52 40db28bb26b8
parent 45 a93990e5815e
child 60 79f826a55db2
--- a/inc/mdscommoninternal.h	Wed Aug 18 10:12:07 2010 +0300
+++ b/inc/mdscommoninternal.h	Thu Sep 02 20:52:02 2010 +0300
@@ -45,6 +45,9 @@
 
 const TItemId KSystemFavouritesAlbumId = 1;
 
+_LIT( KSystemFavouritesAlbumUri, "defaultalbum_favourites" );
+_LIT( KSystemCapturedAlbumUri, "defaultalbum_captured" );
+
 const TInt KMaxUintValueLength   = 10;
 const TInt KMaxUint64ValueLength = 20;
 
@@ -69,7 +72,7 @@
 
 const TUint32 KNokiaVendorId = 52487775;
 
-const TInt64 KDiskFullThreshold = 1024*50; // 50 kB
+const TInt64 KDiskFullThreshold = 1024*70; // 70 kB, SQLite default maximum journal size
 
 // P&S stuff
 static _LIT_SECURITY_POLICY_PASS(KAllowAllPolicy);