Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 24, 2025
1 parent 48c8ce5 commit 70126ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testObj() {
StringBuilder buf = new StringBuilder();
int count = 100000;
if (System.getProperty("os.name").toLowerCase().contains("win") && JDKUtils.JVM_VERSION == 11) {
count = 80000;
count = 50000;
}
for (int i = 0; i < count; i++) {
buf.append("{\"v\":");
Expand Down

0 comments on commit 70126ee

Please sign in to comment.