We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a763f8 commit 8c95735Copy full SHA for 8c95735
lib/MetaCPAN/Util.pm
@@ -41,7 +41,8 @@ use Sub::Exporter -setup => {
41
) ]
42
};
43
44
-use constant MAX_RESULT_WINDOW => 10000;
+# Limit the maximum result window to 1000, really should be enough!
45
+use constant MAX_RESULT_WINDOW => 1000;
46
47
*true = \&Cpanel::JSON::XS::true;
48
*false = \&Cpanel::JSON::XS::false;
0 commit comments