mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
console: increase eventlog size limit to 10000
This commit is contained in:
parent
5cf268b012
commit
48b6964552
@ -35,7 +35,7 @@ from mitmproxy.utils import strutils
|
||||
|
||||
from mitmproxy.net import tcp
|
||||
|
||||
EVENTLOG_SIZE = 500
|
||||
EVENTLOG_SIZE = 10000
|
||||
|
||||
|
||||
class Logger:
|
||||
|
Loading…
Reference in New Issue
Block a user