Skip to content

Commit 1c66444

Browse files
committed
C#: Use Brotli instead of Gzip
1 parent a73cdf3 commit 1c66444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public abstract class CommonOptions : ICommandLineOptions
5252
/// <summary>
5353
/// The compression algorithm used for trap files.
5454
/// </summary>
55-
public TrapWriter.CompressionMode TrapCompression { get; set; } = TrapWriter.CompressionMode.Gzip;
55+
public TrapWriter.CompressionMode TrapCompression { get; set; } = TrapWriter.CompressionMode.Brotli;
5656

5757
public virtual bool HandleOption(string key, string value)
5858
{

0 commit comments

Comments
 (0)