summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/debug.cc b/client/debug.cc
index f3eab60..0567a50 100644
--- a/client/debug.cc
+++ b/client/debug.cc
@@ -104,7 +104,7 @@ DebugWindow::DebugWindow()
move(settings.value("pos", QPoint(0, 0)).toPoint());
settings.endGroup();
- timer.setInterval(1000);
+ timer.setInterval(300);
timer.setSingleShot(true);
connect(&timer, SIGNAL(timeout()), lst, SLOT(scrollToBottom()));
}