Skip to content

Commit c64ccb1

Browse files
committed
add max db size config
1 parent 4dd79cf commit c64ccb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src_cpp/include/node_database.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class NodeDatabase : public Napi::ObjectWrap<NodeDatabase> {
2626
size_t bufferPoolSize;
2727
bool enableCompression;
2828
bool readOnly;
29+
uint64_t maxDBSize;
2930
std::shared_ptr<Database> database;
3031
};
3132

0 commit comments

Comments
 (0)