Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib64/python3..../asyncio
File: constants.py
"""Constants."""
[0] Fix | Delete
[1] Fix | Delete
# After the connection is lost, log warnings after this many write()s.
[2] Fix | Delete
LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
[3] Fix | Delete
[4] Fix | Delete
# Seconds to wait before retrying accept().
[5] Fix | Delete
ACCEPT_RETRY_DELAY = 1
[6] Fix | Delete
[7] Fix | Delete
# Number of stack entries to capture in debug mode.
[8] Fix | Delete
# The large the number, the slower the operation in debug mode
[9] Fix | Delete
# (see extract_stack() in events.py)
[10] Fix | Delete
DEBUG_STACK_DEPTH = 10
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function