davanstrien HF staff commited on
Commit
843ba99
·
verified ·
1 Parent(s): ba8d4ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from tqdm.contrib.concurrent import thread_map
15
 
16
  load_dotenv()
17
 
18
- LIMIT = None
19
  CACHE_TIME = 60 * 60 * 12 # 12 hours
20
  REMOVE_ORGS = {
21
  "HuggingFaceM4",
 
15
 
16
  load_dotenv()
17
 
18
+ LIMIT = 10_000
19
  CACHE_TIME = 60 * 60 * 12 # 12 hours
20
  REMOVE_ORGS = {
21
  "HuggingFaceM4",