• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

RC5 Question

bmac

Junior Member
I have read somewhere, but I can't remember where that it is possable to buffer up to 8000 wu's with the client? Is this possiable, and if so how is it done.

Thanks.
 
Once you know it, it is real easy. 😛

In your ini-file set the following:

[RC5]
preferred-blocksize=33
fetch-workunit-threshold=8000

That should do the trick, as long as the file-size of the in-buffer is not larger than 61k. That's the limit the client accepts.
With above settings that shouldn't be a problem.

Peter.
 
Thanks, I got it to work. That's what I had, but the perferred block size has to go before the fetch threshhold.

thanks
 
Back
Top