diff --git a/auth.py b/auth.py index aee541b..a2fd39b 100644 --- a/auth.py +++ b/auth.py @@ -75,7 +75,7 @@ def _warm_cache(): for t in hot_tables: try: with _lock: - _con.execute(f"SELECT COUNT(*) FROM basedosdados.{t}") + _con.execute(f"FROM basedosdados.{t} LIMIT 1") except Exception: pass