mdbx-test: reduce upper txn-volume inside long_stochastic.

This commit is contained in:
Leonid Yuriev 2019-06-26 10:11:24 +03:00
parent 834f6d0784
commit fa3adb759a

View File

@ -70,10 +70,10 @@ function probe {
###############################################################################
if [ ${db_size_mb} -gt 5555 ]; then
biggest=7
else
if [ ${db_size_mb} -gt 1111 ]; then
biggest=6
else
biggest=5
fi
count=0