DaniFera commited on
Commit
f9ff1e2
·
verified ·
1 Parent(s): 3b61532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ engine = PDFEngine()
14
  def cleanup_cron():
15
  while True:
16
  try:
17
- time.sleep(60) # Revisar cada minuto
18
 
19
  LIMIT_MINUTES = 5
20
  cutoff = time.time() - (LIMIT_MINUTES * 60)
 
14
  def cleanup_cron():
15
  while True:
16
  try:
17
+ time.sleep(60) # Revisar cada 30 segundos.
18
 
19
  LIMIT_MINUTES = 5
20
  cutoff = time.time() - (LIMIT_MINUTES * 60)