Skip to content

Commit ce7f5d9

Browse files
Set decimal 1GB default LOB prefetch
1 parent ca14f5c commit ce7f5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/oracle/r2dbc/impl/OracleReactiveJdbcAdapterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ private static Properties getJdbcDefaultProperties() throws SQLException {
784784
OracleConnection.CONNECTION_PROPERTY_IMPLICIT_STATEMENT_CACHE_SIZE, "25");
785785
defaultProperties.setProperty(
786786
OracleConnection.CONNECTION_PROPERTY_DEFAULT_LOB_PREFETCH_SIZE,
787-
"1073741824");
787+
"1000000000");
788788
defaultProperties.setProperty(
789789
OracleConnection.CONNECTION_PROPERTY_THIN_NET_USE_ZERO_COPY_IO,
790790
"false");

0 commit comments

Comments
 (0)