From 5cc4865e8ade0b3ad6e122c20f5c8a6e32b343c7 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 5 Jul 2007 20:09:27 +0000 Subject: [PATCH] default compact allocation --- src/pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pref.py b/src/pref.py index 7cf96e002..709aa0129 100644 --- a/src/pref.py +++ b/src/pref.py @@ -83,7 +83,7 @@ DEFAULT_PREFS = { "tray_downloadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0], "tray_passwd" : "", "tray_uploadspeedlist" : [5.0, 10.0, 30.0, 80.0, 300.0], - "use_compact_storage" : False, + "use_compact_storage" : True, "use_default_dir" : False, "use_natpmp" : False, "use_upnp" : False,