From 8a1046feaa711ac0f3181dc747c204c100081894 Mon Sep 17 00:00:00 2001 From: orbiter Date: Fri, 30 Oct 2009 20:21:45 +0000 Subject: [PATCH] less maximum file size, too many problems with larger size git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6439 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index ac00fd851..a437a3707 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -79,8 +79,8 @@ server.maxTrackingHostCount = 100 # the file size of database files can be limited. Larger files can be used to get a # better IO performance and to use less RAM; however, if the size must be limited # because of limitations of the file system, the maximum size can be set here -filesize.max.win = 2147483647 -filesize.max.other = 34359738367 +filesize.max.win = 2147483647 +filesize.max.other = 8589934591 # Network Definition # There can be separate YaCy networks, and managed sub-groups of the general network.