From 6ab5d3b37ae5bafd93c07c380ec6029aafbad3e9 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 3 Jan 2017 15:12:33 +0100 Subject: [PATCH] web: limit tables to 100000 rows Avoid killing the browser --- web/pages/mxq/mxq.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/pages/mxq/mxq.in b/web/pages/mxq/mxq.in index de0952ed..6067027c 100755 --- a/web/pages/mxq/mxq.in +++ b/web/pages/mxq/mxq.in @@ -13,6 +13,8 @@ our $dbh; our $hostconfig; our $q; +our $LIMIT=100000; # max rows + sub STYLE { return <<'EOF';