return f;
}
private void innerMakePersistentGlobalRequest(FreenetURI fetchURI, boolean filterData, boolean persistRebootOnly, ReturnType returnType, String id, File returnFilename,
boolean realTimeFlag) throws IdentifierCollisionException, NotAllowedException, IOException {
FetchContext defaultFetchContext = core.clientContext.getDefaultPersistentFetchContext();
final ClientGet cg =
new ClientGet(persistRebootOnly ? globalRebootClient : globalForeverClient, fetchURI, defaultFetchContext.localRequestOnly,
defaultFetchContext.ignoreStore, filterData, QUEUE_MAX_RETRIES,
QUEUE_MAX_RETRIES, QUEUE_MAX_DATA_SIZE, returnType, persistRebootOnly, id,
Integer.MAX_VALUE, RequestStarter.BULK_SPLITFILE_PRIORITY_CLASS, returnFilename, null, false, realTimeFlag, false, core);