Skip to content

Commit

Permalink
Restrict MAX_OUTPUT_SIZE to 10000 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
duy committed Oct 29, 2024
1 parent 6c3739f commit 9a06525
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private static void initSymja() {

Config.DISPLAY_JSFIDDLE_BUTTON = false;
Config.JAVA_AWT_DESKTOP_AVAILABLE = false;
Config.MAX_OUTPUT_SIZE = 10000;

F.initSymbols();

Expand Down

0 comments on commit 9a06525

Please sign in to comment.