mdbx-testing: уменьшение длительности/глубины тестирования extra/crunched_delete на MacOS.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-07-20 13:19:25 +03:00
parent 9d9a19ae17
commit 5c643f72b5

View File

@ -5,7 +5,7 @@
#include <random>
#include <vector>
#if MDBX_DEBUG || !defined(NDEBUG)
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__)
#define NN 1024
#else
#define NN 16384