> I think you can provide your own FileClientHelper by extending the > current FileClientHelper class and override the "getTimeToLive" > method.
Great, thanks! Come to think of it, can you just change the timeToLive parameter
by getting a handle to the standard file helper and doing a
parameters.add("timeToLive", TIME_TO_LIVE);
?
Thanks,
Mike

