|
From: <Ar...@us...> - 2009-09-21 06:58:31
|
Revision: 4486
http://phex.svn.sourceforge.net/phex/?rev=4486&view=rev
Author: ArneBab
Date: 2009-09-21 06:58:25 +0000 (Mon, 21 Sep 2009)
Log Message:
-----------
Optimization: Return 255 results per query by default, because our network is still small and the number of files per host is high compared to general Gnutella.
Modified Paths:
--------------
phex/branches/i2phex/src/main/java/phex/prefs/core/LibraryPrefs.java
Property Changed:
----------------
phex/branches/i2phex/
Property changes on: phex/branches/i2phex
___________________________________________________________________
Modified: svn:mergeinfo
- /phex/trunk:4169-4260
+ /phex/trunk:4169-4264
Modified: phex/branches/i2phex/src/main/java/phex/prefs/core/LibraryPrefs.java
===================================================================
--- phex/branches/i2phex/src/main/java/phex/prefs/core/LibraryPrefs.java 2009-09-21 06:56:10 UTC (rev 4485)
+++ phex/branches/i2phex/src/main/java/phex/prefs/core/LibraryPrefs.java 2009-09-21 06:58:25 UTC (rev 4486)
@@ -79,6 +79,6 @@
AllowBrowsing = PreferencesFactory.createBoolSetting(
"Library.AllowBrowsing", true, instance );
MaxResultsPerQuery = PreferencesFactory.createIntSetting(
- "Library.MaxResultsPerQuery", 64, instance );
+ "Library.MaxResultsPerQuery", 255, instance );
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|