chore(docstring): fix docstring to match the value of MAX_WRITES_PER_TRANSACTION (#19572)
This commit is contained in:
parent
b099b6fdf8
commit
2e87b405fe
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ class Database:
|
|||
self.sql(query, debug=debug)
|
||||
|
||||
def check_transaction_status(self, query):
|
||||
"""Raises exception if more than 20,000 `INSERT`, `UPDATE` queries are
|
||||
"""Raises exception if more than 200,000 `INSERT`, `UPDATE` queries are
|
||||
executed in one transaction. This is to ensure that writes are always flushed otherwise this
|
||||
could cause the system to hang."""
|
||||
self.check_implicit_commit(query)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue