View Single Post
  #32 (permalink)  
Old January 21st, 2004
jum's Avatar
jum jum is offline
Latest svn User
 
Join Date: April 6th, 2002
Location: Germany
Posts: 174
jum is flying high
Default

Quote:
Originally posted by et voilą
(BTW -Jum build related- I prefer having 4 UP connections as a leaf than 6, is there a way in the Jum build to choose the number of connections?)
This is a constant currently - I just did a build (271) that does make it a variable. You can now change it from the BeanShell window (enable in the view menu) like this:

Code:
ConnectionManager.PREFERRED_CONNECTIONS_FOR_LEAF = 4;
The value will be used after a disconnect/connect. If you want to make that permanent, put the line into a LimeWire.bsh file into the LimeWire preferences folder.