Commit c060c7e3 authored by Barry Warsaw's avatar Barry Warsaw Committed by GitHub

Fix a typo (#4323)

parent 5a66c8a6
...@@ -7,6 +7,6 @@ LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5 ...@@ -7,6 +7,6 @@ LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
ACCEPT_RETRY_DELAY = 1 ACCEPT_RETRY_DELAY = 1
# Number of stack entries to capture in debug mode. # Number of stack entries to capture in debug mode.
# The large the number, the slower the operation in debug mode # The larger the number, the slower the operation in debug mode
# (see extract_stack() in events.py) # (see extract_stack() in events.py).
DEBUG_STACK_DEPTH = 10 DEBUG_STACK_DEPTH = 10
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment