rippled
Loading...
Searching...
No Matches
xrpld
app
main
src/xrpld/app/main/Tuning.h
1
#ifndef XRPL_APP_MAIN_TUNING_H_INCLUDED
2
#define XRPL_APP_MAIN_TUNING_H_INCLUDED
3
4
#include <
chrono
>
5
6
namespace
ripple
{
7
8
constexpr
std::size_t
fullBelowTargetSize
= 524288;
9
constexpr
std::chrono::seconds
fullBelowExpiration
=
std::chrono::minutes
{10};
10
11
constexpr
std::size_t
maxPoppedTransactions
= 10;
12
13
}
// namespace ripple
14
15
#endif
chrono
std::chrono::seconds
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
ripple::fullBelowExpiration
constexpr std::chrono::seconds fullBelowExpiration
Definition
src/xrpld/app/main/Tuning.h:9
ripple::maxPoppedTransactions
constexpr std::size_t maxPoppedTransactions
Definition
src/xrpld/app/main/Tuning.h:11
ripple::fullBelowTargetSize
constexpr std::size_t fullBelowTargetSize
Definition
src/xrpld/app/main/Tuning.h:8
std::size_t
Generated by
1.9.8