mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-01 16:05:52 +00:00
update headers
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
#
|
||||
# 9. Misc Settings
|
||||
#
|
||||
# 10. Example Settings
|
||||
# 10. Resource Settings
|
||||
#
|
||||
# 11. Example Settings
|
||||
#
|
||||
#-------------------------------------------------------------------------------
|
||||
#
|
||||
@@ -1565,7 +1567,41 @@
|
||||
#
|
||||
#-------------------------------------------------------------------------------
|
||||
#
|
||||
# 10. Example Settings
|
||||
# 10. Resource Settings
|
||||
#
|
||||
#--------------------
|
||||
# [resource]
|
||||
#
|
||||
# A set of key/value pair parameters to tune the performance of the
|
||||
# transaction queue.
|
||||
#
|
||||
# warning_threshold = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
# drop_threshold = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
# decay_window_seconds = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
# minimum_gossip_balance = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
# seconds_until_expiration = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
# gossip_expiration_seconds = <number>
|
||||
#
|
||||
# Lorem Epsium....
|
||||
#
|
||||
#
|
||||
#
|
||||
# 11. Example Settings
|
||||
#
|
||||
#--------------------
|
||||
#
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <ripple/resource/Fees.h>
|
||||
#include <ripple/resource/Gossip.h>
|
||||
#include <ripple/resource/impl/Import.h>
|
||||
#include <ripple/resource/impl/Tuning.h>
|
||||
#include <cassert>
|
||||
#include <mutex>
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <ripple/resource/Consumer.h>
|
||||
#include <ripple/resource/impl/Entry.h>
|
||||
#include <ripple/resource/impl/Logic.h>
|
||||
#include <ripple/resource/impl/Tuning.h>
|
||||
#include <test/unit_test/SuiteJournal.h>
|
||||
|
||||
#include <boost/utility/base_from_member.hpp>
|
||||
|
||||
Reference in New Issue
Block a user