BraydenMoore commited on
Commit
65976ca
1 Parent(s): c7b2f25

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -60,7 +60,7 @@ def proxy(url):
60
 
61
  content_type = req.headers['content-type']
62
 
63
- return Response(req.iter_content(chunk_size=2*1024), content_type=content_type)
64
 
65
  except:
66
  print(f'Redirecting')
 
60
 
61
  content_type = req.headers['content-type']
62
 
63
+ return Response(req.iter_content(chunk_size=512), content_type=content_type)
64
 
65
  except:
66
  print(f'Redirecting')