Skip to content

Commit 49c8fff

Browse files
Update src/node_sqlite.h
Co-authored-by: Bart Louwers <bart.louwers@gmail.com>
1 parent c38d02b commit 49c8fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class DatabaseOpenConfiguration {
7575
initial_limits_.at(limit_id) = value;
7676
}
7777

78-
inline const std::array<std::optional<int>, kNumSqliteLimits>&
78+
inline const std::array<std::optional<int>, kLimitMapping.size()>&
7979
initial_limits() const {
8080
return initial_limits_;
8181
}

0 commit comments

Comments
 (0)