This commit is contained in:
2025-10-22 02:33:18 +08:00
parent 4523b72333
commit 59171a1254

View File

@@ -52,7 +52,7 @@ import pg_encoder
# upper-bound on the number of executed lines, in order to guard against # upper-bound on the number of executed lines, in order to guard against
# infinite loops # infinite loops
# MAX_EXECUTED_LINES = 300 # 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 = False
DEBUG = True DEBUG = True