mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
Reduce max_string_pad_size from 1<<20 to 1<<14
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
constexpr int64_t max_string_pad_size = 1 << 20;
|
||||
constexpr int64_t max_string_pad_size = 1 << 14;
|
||||
|
||||
const std::string whitespace_characters = " \t\n\r\f\v";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user