rkihacker commited on
Commit
75257d5
·
verified ·
1 Parent(s): 81706a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def proxy(path):
84
 
85
  # --- 5. Stream the Response Back to the Client ---
86
  def generate():
87
- for chunk in response.iter_content(chunk_size=8192):
88
  yield chunk
89
 
90
  # Create a Flask response object
 
84
 
85
  # --- 5. Stream the Response Back to the Client ---
86
  def generate():
87
+ for chunk in response.iter_content(chunk_size=1):
88
  yield chunk
89
 
90
  # Create a Flask response object