Files
gpt-pilot/euclid/const/code_execution.py
2023-08-10 08:38:56 +02:00

4 lines
85 B
Python

MAX_COMMAND_DEBUG_TRIES = 3
MIN_COMMAND_RUN_TIME = 2000
MAX_COMMAND_RUN_TIME = 30000