View Single Post
  #4 (permalink)  
Old August 5th, 2002
HelgeB HelgeB is offline
Enthusiast
 
Join Date: May 13th, 2002
Posts: 39
HelgeB is flying high
Default Re: I think I understand now !

Quote:
Originally posted by Eagle3yes
Shouldn't that be adjustable ?
Hello Eagle3yes,

it is adjustable... in the phex sources.
In the file phex/download/swarming/SWDownloadConstants.java you can change:
public static final int DEFAULT_SEGMENT_LENGTH = 1024 * 1024;
and
public static final int RESIZE_BOUNDARY_SIZE = 32 * 1024;
I've changed them to 32M/128K with good results for large downloads. After changing a full rebuild of phex is required.

Helge
Reply With Quote