[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:28:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 765ff0b163fae53eb1791ec3c494190404ceb21e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 1 18:19:47 2002 +0000

    	Added socket loader to get uncached HTTP content without using CFNetwork.
    
    	Zoom!
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1716 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index 158c43e..e9eae62 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -31,7 +31,7 @@ typedef enum
 enum
 {
     MAX_UNSIGNED_LENGTH = 20, // long enough to hold the string representation of a 64-bit unsigned number
-    SYNC_IDLE_THRESHOLD = 1,
+    SYNC_IDLE_THRESHOLD = 3,
 };
 
 // support for expiring cache files using file system access times --------------------------------------------

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list