bugfixing
This commit is contained in:
parent
dd33a23879
commit
0a6a7b9b3b
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user