Hiren122 commited on
Commit
863b615
·
verified ·
1 Parent(s): ca7d276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ app = Flask(__name__)
13
 
14
  # ================= DEMO RATE LIMIT =================
15
  rate_limit_data = {}
16
- RPM_LIMIT = 3
17
 
18
  @app.before_request
19
  def check_rate_limit():
 
13
 
14
  # ================= DEMO RATE LIMIT =================
15
  rate_limit_data = {}
16
+ RPM_LIMIT = 60
17
 
18
  @app.before_request
19
  def check_rate_limit():