Skip to content

Commit

Permalink
Temporarily increase preflight data limit
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Dec 19, 2022
1 parent fc2d016 commit aa366a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public FileInfo addByUrl(String originalUrlOrDoiOrHandle, Profile profile) throw

public FileInfo addByUrlPreflight(String originalUrlOrDoiOrHandle, Profile profile) throws CommonException, ProfilingException {
UUID id = UUID.randomUUID();
FileInfo fileInfo = addByUrl(preflightCachingClient, dataStore, profiler, storagePolicy, id, originalUrlOrDoiOrHandle, profile, 4096L);
FileInfo fileInfo = addByUrl(preflightCachingClient, dataStore, profiler, storagePolicy, id, originalUrlOrDoiOrHandle, profile, 40096L);
addFileInfoFuture(new FileInfoFuture(id, wrap(fileInfo)));
return fileInfo;
}
Expand Down

0 comments on commit aa366a9

Please sign in to comment.