Loading include/config.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ constexpr auto dir = "metadata"; // which metadata should be considered apart from size and mode // Blocks are used to store the rename status (-1 is a renamed file) constexpr auto use_atime = false; constexpr auto use_ctime = true; constexpr auto use_mtime = true; constexpr auto use_ctime = false; constexpr auto use_mtime = false; constexpr auto use_link_cnt = false; #ifdef HAS_RENAME constexpr auto use_blocks = true; Loading Loading
include/config.hpp +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ constexpr auto dir = "metadata"; // which metadata should be considered apart from size and mode // Blocks are used to store the rename status (-1 is a renamed file) constexpr auto use_atime = false; constexpr auto use_ctime = true; constexpr auto use_mtime = true; constexpr auto use_ctime = false; constexpr auto use_mtime = false; constexpr auto use_link_cnt = false; #ifdef HAS_RENAME constexpr auto use_blocks = true; Loading