max allowed size per file 10 Gb

This commit is contained in:
Miriam Baglioni 2020-10-30 16:05:55 +01:00
parent b828587252
commit 0fba08eae4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class MakeTar implements Serializable {
String p_string = p.toString();
String entity = p_string.substring(p_string.lastIndexOf("/") + 1);
writeMaxSize(fileSystem, p_string, outputPath + "/" + entity, entity, 40);
writeMaxSize(fileSystem, p_string, outputPath + "/" + entity, entity, 10);
}
}