auth
Deploy / Deploy (push) Successful in 31s Details

This commit is contained in:
JotaChina 2026-03-26 20:45:28 -03:00
parent b474a2a181
commit af21665acd
1 changed files with 0 additions and 2 deletions

View File

@ -324,8 +324,6 @@ def run_heavy_tasks_in_background():
"""Esta função roda isolada sem travar o usuário""" """Esta função roda isolada sem travar o usuário"""
print("--- [BACKGROUND] Iniciando reconstrução de índices ---") print("--- [BACKGROUND] Iniciando reconstrução de índices ---")
try: try:
# 1. Isso é Python puro e PESADO (aqui é onde estava travando)
rebuild_indexes()
# 2. Isso gera os manifestos (Python puro) # 2. Isso gera os manifestos (Python puro)
generate_manifests(SRC_MMPSEARCH) generate_manifests(SRC_MMPSEARCH)