mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-15 19:04:31 +08:00
mdbx-tests: уменьшение кол-ва итераций в crunched-delete.
This commit is contained in:
parent
b00e8ea13f
commit
16997a88b0
@ -7,10 +7,8 @@
|
|||||||
|
|
||||||
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__) || defined(_WIN32)
|
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__) || defined(_WIN32)
|
||||||
#define NN 1024
|
#define NN 1024
|
||||||
#elif defined(MDBX_CI)
|
|
||||||
#define NN 4096
|
|
||||||
#else
|
#else
|
||||||
#define NN 16384
|
#define NN 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::string format_va(const char *fmt, va_list ap) {
|
std::string format_va(const char *fmt, va_list ap) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user