You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private const int P_COLLECTIONS = 192; // 128-8159 (8064 bytes)
I found reference to an old commit where the value of P_COLLECTIONS was 128. Want to know if this is a comment typo or can it have any adverse effect on the behavior of LiteDb?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
File: LiteDB/Engine/Pages/HeaderPage.cs
private const int P_COLLECTIONS = 192; // 128-8159 (8064 bytes)
I found reference to an old commit where the value of P_COLLECTIONS was 128. Want to know if this is a comment typo or can it have any adverse effect on the behavior of LiteDb?
Beta Was this translation helpful? Give feedback.
All reactions