> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Toseland > Sent: Wednesday, November 12, 2008 7:40 PM > To: [email protected] > Subject: Re: [freenet-dev] [freenet-cvs] r23417 - trunk/plugins/WoT > > On Saturday 08 November 2008 11:12, [EMAIL PROTECTED] wrote: > > Author: xor > > Date: 2008-11-08 11:12:50 +0000 (Sat, 08 Nov 2008) New > Revision: 23417 > > > > Modified: > > trunk/plugins/WoT/IdentityFetcher.java > > Log: > > Set priority class of fetches. > > You should set the priority class in advance, when you obtain > the HighLevelSimpleClient ... don't you have to specify a > priority there? >
PluginRespirator.getClient() does not take any parameters and HighLevelSimpleClient does not provide a function for setting priority. I only found the function for setting the priority in FetchContext and FetchContexts are not re-used so you have to set it every time. _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
