summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-08-31 17:41:38 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-08-31 17:41:38 +0200
commit39746c144b1bcfccaaae1dc9534c3017c4814bf5 (patch)
tree42d130f99ad2c654679c771edfccdbf8ea86273f /lib/DBInfoscreen.pm
parent5cae00129a4b79802b97e48e9cd316b203e7d4af (diff)
Increase default lookahead to three hours; respect $DBFAKEDISPLAY_LOOKAHEAD
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index cd97398..12da336 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -33,6 +33,7 @@ sub startup {
spare => $ENV{DBFAKEDISPLAY_SPARE} // 2,
workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2,
},
+ lookahead => $ENV{DBFAKEDISPLAY_LOOKAHEAD} // 180,
source_url => 'https://github.com/derf/db-fakedisplay',
issue_url => 'https://github.com/derf/db-fakedisplay/issues',
version => $ENV{DBFAKEDISPLAY_VERSION} // qx{git describe --dirty}