aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/streams/brotli/const.h
blob: fdcfb632d17b76e7bdd336f89d34af3aa59444ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stddef.h>

namespace NBrotli {

constexpr int BEST_BROTLI_QUALITY = 11;
constexpr size_t DEFAULT_BROTLI_BUFFER_SIZE = 8 * 1024;

} // namespace NBrotli