From 0a6a7b9b3b296d56c7a71bea7e34051e29091a8e Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 5 Oct 2024 12:32:16 +0200 Subject: [PATCH] bugfixing --- app/cron_historical_price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_historical_price.py b/app/cron_historical_price.py index 1f1c9ac..a76034d 100755 --- a/app/cron_historical_price.py +++ b/app/cron_historical_price.py @@ -84,7 +84,7 @@ async def get_historical_data(ticker, query_con, session): async def run(): total_symbols = [] - chunk_size = 400 + chunk_size = 100 try: cursor = con.cursor() cursor.execute("PRAGMA journal_mode = wal")