Turn on profiling for the moment

misc_backend_fixes
Tyler Goodlet 2021-10-22 13:03:25 -04:00
parent c52d63c762
commit 74fe27eb2c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Profiling wrappers for internal libs.
import time
from functools import wraps
_pg_profile: bool = False
_pg_profile: bool = True
def pg_profile_enabled() -> bool: