We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd79cf commit c64ccb1Copy full SHA for c64ccb1
1 file changed
src_cpp/include/node_database.h
@@ -26,6 +26,7 @@ class NodeDatabase : public Napi::ObjectWrap<NodeDatabase> {
26
size_t bufferPoolSize;
27
bool enableCompression;
28
bool readOnly;
29
+ uint64_t maxDBSize;
30
std::shared_ptr<Database> database;
31
};
32
0 commit comments