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.
2 parents 1bdbe35 + 9a644f4 commit 3f4f775Copy full SHA for 3f4f775
bbb-install.sh
@@ -463,10 +463,10 @@ main() {
463
<policy domain="resource" name="list-length" value="16"/>
464
<!-- Set the maximum width of an image. When this limit is exceeded, an
465
exception is thrown. -->
466
- <policy domain="resource" name="width" value="4KP"/>
+ <policy domain="resource" name="width" value="5KP"/>
467
<!-- Set the maximum height of an image. When this limit is exceeded, an
468
469
- <policy domain="resource" name="height" value="4KP"/>
+ <policy domain="resource" name="height" value="5KP"/>
470
<!-- Periodically yield the CPU for at least the time specified in
471
milliseconds. -->
472
<policy domain="resource" name="throttle" value="2"/>
0 commit comments