generated from dopt-python/py311
disable oracledb option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user