From 59171a1254059a73747ecd1b08cc19f176cfb7a8 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 22 Oct 2025 02:33:18 +0800 Subject: [PATCH] update --- pg_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg_logger.py b/pg_logger.py index dc0b595..02b2507 100644 --- a/pg_logger.py +++ b/pg_logger.py @@ -52,7 +52,7 @@ import pg_encoder # upper-bound on the number of executed lines, in order to guard against # infinite loops # MAX_EXECUTED_LINES = 300 -MAX_EXECUTED_LINES = 1000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message +MAX_EXECUTED_LINES = 5000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message # DEBUG = False DEBUG = True