diff --git a/source/app/main_debug.ini b/source/app/main_debug.ini index 94481fe..2196794 100644 --- a/source/app/main_debug.ini +++ b/source/app/main_debug.ini @@ -8,4 +8,4 @@ threads = 4 py-autoreload = 1 thunder-lock = true static-map = /static=../static -http-timeout = 120 \ No newline at end of file +http-timeout = 180 \ No newline at end of file diff --git a/source/app/models/main.py b/source/app/models/main.py index b4450f9..3385eb1 100644 --- a/source/app/models/main.py +++ b/source/app/models/main.py @@ -4090,9 +4090,6 @@ class PreFacturasDetalle(BaseModel): @classmethod def can_open(cls, id): c = cls.count(id) - # ~ result = c < 300 - # ~ if result: - # ~ return True PreFacturas.get_pdf_in_thread(id) return c < 300