aboutsummaryrefslogtreecommitdiff
path: root/aotextarea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aotextarea.cpp')
-rw-r--r--aotextarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/aotextarea.cpp b/aotextarea.cpp
index 614b158..d49f03e 100644
--- a/aotextarea.cpp
+++ b/aotextarea.cpp
@@ -70,7 +70,7 @@ void AOTextArea::auto_truncate()
{
QTextCursor temp_cursor = this->textCursor();
- if (this->document()->characterCount() > 100000)
+ if (this->document()->characterCount() > 500000)
{
temp_cursor.movePosition(QTextCursor::Start);
temp_cursor.select(QTextCursor::LineUnderCursor);