Pārlūkot izejas kodu

[Minor] Use zstd compression by default in the client

No reasons why not to do it, as there are no supported versions without compression support
pull/4870/head
Vsevolod Stakhov pirms 2 mēnešiem
vecāks
revīzija
b606954ac3
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      src/client/rspamc.cxx

+ 2
- 2
src/client/rspamc.cxx Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2023 Vsevolod Stakhov
* Copyright 2024 Vsevolod Stakhov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -80,7 +80,7 @@ static gboolean ucl_reply = FALSE;
static gboolean extended_urls = FALSE;
static gboolean mime_output = FALSE;
static gboolean empty_input = FALSE;
static gboolean compressed = FALSE;
static gboolean compressed = TRUE;
static gboolean profile = FALSE;
static gboolean skip_images = FALSE;
static gboolean skip_attachments = FALSE;

Notiek ielāde…
Atcelt
Saglabāt