We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38d02b commit 49c8fffCopy full SHA for 49c8fff
src/node_sqlite.h
@@ -75,7 +75,7 @@ class DatabaseOpenConfiguration {
75
initial_limits_.at(limit_id) = value;
76
}
77
78
- inline const std::array<std::optional<int>, kNumSqliteLimits>&
+ inline const std::array<std::optional<int>, kLimitMapping.size()>&
79
initial_limits() const {
80
return initial_limits_;
81
0 commit comments