More relaxed max name length

This commit is contained in:
Marcus Holland-Moritz 2021-04-01 01:12:49 +02:00
parent 44c43e4c7d
commit aebd325c68

View File

@ -352,7 +352,7 @@ void check_string_tables(global_metadata::Meta const* meta) {
} }
} }
constexpr size_t max_name_len = 255; constexpr size_t max_name_len = 2048;
constexpr size_t max_symlink_len = 4096; constexpr size_t max_symlink_len = 4096;
if (auto cn = meta->compact_names()) { if (auto cn = meta->compact_names()) {