Grow TxQ expected size quickly, shrink slowly (RIPD-1534):

* Stores recent history of "good" ledgers. Uses the maximum as the
  expected ledger size. When a large value drops off, use a 90%
  backoff to go down to to the new maximum.
* If consensus is unhealthy, wipe the history in addition to the current
  clamping.
* Include .md doc files in xcode and VS projects
This commit is contained in:
Edward Hennis
2017-09-21 19:05:50 -04:00
committed by Brad Chase
parent 0a48916d98
commit c11e186659
5 changed files with 38 additions and 9 deletions

View File

@@ -337,7 +337,7 @@ list(APPEND non_unity_srcs "${test_srcs}")
if(WIN32 OR is_xcode)
# Rippled headers. Only needed for IDEs.
file(GLOB_RECURSE rippled_headers src/*.h src/*.hpp)
file(GLOB_RECURSE rippled_headers src/*.h src/*.hpp *.md)
list(APPEND rippled_headers Builds/CMake/CMakeFuncs.cmake)
foreach(curdir
beast/asio