提交 ad461ba7 编写于 作者: D dingbo

docs: sql_writer.py

上级 d25638ba
...@@ -18,6 +18,7 @@ class SQLWriter: ...@@ -18,6 +18,7 @@ class SQLWriter:
name = r[0] name = r[0]
if name == "maxSQLLength": if name == "maxSQLLength":
return int(r[1]) return int(r[1])
return 1024 * 1024
def process_lines(self, lines: str): def process_lines(self, lines: str):
""" """
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册