mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 06:00:32 +08:00
Remove misleading comment.
This commit is contained in:
committed by
Edoardo Pirovano
parent
40852fa52a
commit
85ac9fe26e
@@ -901,9 +901,6 @@ export function getExtraOptions(
|
||||
* printing many log lines.
|
||||
* (2) It avoids us hitting the limit of how much data we can send in our
|
||||
* status reports on GitHub.com.
|
||||
* This value was chosen because the maximum size of fields in the status
|
||||
* report is 100kb and UTF8 characters can be up to four bytes. 5,000
|
||||
* characters are left over to include other information.
|
||||
*/
|
||||
const maxErrorSize = 20_000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user