We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e523ce commit 4a1e913Copy full SHA for 4a1e913
1 file changed
exist-core/src/test/java/org/exist/xquery/functions/xmldb/DbStore2Test.java
@@ -81,7 +81,7 @@ public class DbStore2Test {
81
true, getConfig());
82
83
private static final int BUFFER_SIZE = 1024 * 1024 * 4; // 4MiB buffer
84
- private static final long FILE_SIZE = 3l * 1024l * 1024l * 1024l; //3GiB file.
+ private static final long FILE_SIZE = 1024l * 1024l * 1024l; // 1GiB file.
85
private static final String TEST_COLLECTION = "testAnyUri2";
86
87
private static Path largeFileLocation = null;
0 commit comments