This commit is contained in:
Duke
2023-04-17 08:38:30 -07:00
parent fab9a7f51d
commit 4d6c451314

View File

@@ -12,8 +12,8 @@
#include "util.h"
#include "version.h"
#include <boost/filesystem/path.hpp>
#include <leveldb/db.h>
#include <leveldb/write_batch.h>
#include "leveldb/db.h"
#include "leveldb/write_batch.h"
static const size_t DBWRAPPER_PREALLOC_KEY_SIZE = 64;
static const size_t DBWRAPPER_PREALLOC_VALUE_SIZE = 1024;