Trireme commited on
Commit
5a94bf9
·
verified ·
1 Parent(s): 313f591

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. patchy_trades.py +1 -1
patchy_trades.py CHANGED
@@ -161,7 +161,7 @@ async def fetch_portfolio(session, wallet_address, results):
161
  print(f"⚠️ Error fetching {wallet_address}: {e}")
162
  results.append({"wallet": wallet_address, "status": "error", "error": str(e)})
163
 
164
- BATCH_SIZE = 40
165
 
166
  async def get_data(wallet_addresses):
167
  results = []
 
161
  print(f"⚠️ Error fetching {wallet_address}: {e}")
162
  results.append({"wallet": wallet_address, "status": "error", "error": str(e)})
163
 
164
+ BATCH_SIZE = 20
165
 
166
  async def get_data(wallet_addresses):
167
  results = []