disable oracledb option

This commit is contained in:
2026-06-11 12:26:14 +02:00
parent 132219144a
commit 9dd462ba7f

View File

@@ -35,8 +35,8 @@ USER_CFG: t.UserConfig = t.UserConfig(
)
# ** DB interaction
oracledb.defaults.arraysize = 1000
oracledb.defaults.prefetchrows = 1000
# oracledb.defaults.prefetchrows = 1_000
oracledb.defaults.arraysize = 5_000
# ** pipelines