From 9dd462ba7f4c859c8b52678cad4d5624fe671a5d Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 11 Jun 2026 12:26:14 +0200 Subject: [PATCH] disable oracledb option --- src/wattanalyse/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wattanalyse/constants.py b/src/wattanalyse/constants.py index fc7ecaf..dd2ddf1 100644 --- a/src/wattanalyse/constants.py +++ b/src/wattanalyse/constants.py @@ -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