summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index 519e837..7730f90 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -43,7 +43,8 @@ sub startup {
chomp $self->config->{version};
# Generally, the reverse proxy handles compression.
- # Also, Mojolicious compression breaks JSON endpoints for some clients.
+ # Also, Mojolicious compression breaks legacy callback-based JSON endpoints
+ # for some clients.
$self->renderer->compress(0);
$self->hook(