mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-15 15:04:30 +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)
|
||||
#define NN 1024
|
||||
#elif defined(MDBX_CI)
|
||||
#define NN 4096
|
||||
#else
|
||||
#define NN 16384
|
||||
#define NN 4096
|
||||
#endif
|
||||
|
||||
std::string format_va(const char *fmt, va_list ap) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user