mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-26 16:57:23 +01:00
4 lines
85 B
Python
4 lines
85 B
Python
MAX_COMMAND_DEBUG_TRIES = 3
|
|
MIN_COMMAND_RUN_TIME = 2000
|
|
MAX_COMMAND_RUN_TIME = 30000
|