Skip to content

Commit

Permalink
Bump version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Jul 25, 2023
1 parent b9a231e commit 8b887ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
version 1.1.10

* Increased the listen backlog from 128 to 4096 (#77).
* The max `repl_buffer_size` is increased from 100 to 65536 (#81).
* Fix slave death during huge initial replication (#83).
* Fix builds on GCC 13 (#85). Thanks to @yuzibo.

version 1.1.9

* Support GCC7 (#70).
Expand Down
2 changes: 1 addition & 1 deletion src/constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.9";
const char VERSION[] = "yrmcds version 1.1.10";

} // namespace yrmcds

Expand Down

0 comments on commit 8b887ad

Please sign in to comment.