summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic_server.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc
index 34b716591..ed04f5714 100644
--- a/src/tools/dcpomatic_server.cc
+++ b/src/tools/dcpomatic_server.cc
@@ -69,7 +69,11 @@ enum {
ID_timer
};
-static unsigned int const log_lines = 32;
+
+/* Make this longer than the tallest we might want the window to be.
+ * In an ideal world we'd scale it with the window size.
+ */
+static unsigned int const log_lines = 128;
class ServerLog : public Log, public Signaller