Set default limits for diff sizes and syntax highlighting.

Review Request #12816 — Created Jan. 30, 2023 and submitted

Information

Review Board
release-5.0.x

Reviewers

We have options for controlling the maximum diff upload size, and for
setting the threshold of number of lines before syntax highlighting is
disabled. However, these were never given reasonable defaults.

Now, the diff upload size is set to 2MB as a default, and the syntax
highlighting is set to 20,000 lines.

These will only be set for brand-new installations. Existing installs
will retain any stored settings.

Created a new database, viewed the settings page, and saw the values.

Verified these through siteconfig debug output.

Summary ID
Set default limits for diff sizes and syntax highlighting.
We have options for controlling the maximum diff upload size, and for setting the threshold of number of lines before syntax highlighting is disabled. However, these were never given reasonable defaults. Now, the diff upload size is set to 2MB as a default, and the syntax highlighting is set to 20,000 lines. These will only be set for brand-new installations. Existing installs will retain any stored settings.
08536f682c0d43bea4c86cc45c71dab3e5689a9b
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (e476eff)
Loading...