diff --git a/ChangeLog b/ChangeLog index f0dbc99..40def7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +version 1.1.11 + + * New config option "initial_repl_sleep_delay_usec" (#88). + version 1.1.10 * Increased the listen backlog from 128 to 4096 (#77). diff --git a/src/constants.hpp b/src/constants.hpp index 5f4d7bf..e157cc4 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -34,7 +34,7 @@ const std::size_t MAX_REQUEST_LENGTH = 30 << 20; // 30 MiB const int MAX_SLAVES = 5; const int MAX_CONSECUTIVE_GCS = 3; -const char VERSION[] = "yrmcds version 1.1.10"; +const char VERSION[] = "yrmcds version 1.1.11"; } // namespace yrmcds