Skip to content

Commit 48b6964

Browse files
dwfreedKriechi
authored andcommitted
console: increase eventlog size limit to 10000
1 parent 5cf268b commit 48b6964

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitmproxy/tools/console/master.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
from mitmproxy.net import tcp
3737

38-
EVENTLOG_SIZE = 500
38+
EVENTLOG_SIZE = 10000
3939

4040

4141
class Logger:

0 commit comments

Comments
 (0)