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
In PR #810, @pfeairheller added a feature to set the maximum file size for the main KERIpy LMDB database (Baser).
In witnesses, we realized that also the mailbox DB can grow considerably, so we need a way to change the map_size config for other dbs.
Should we allow the configuration on some selected DBs? or should we apply a global setting in LMDBer? I'd like to hear opinions before starting a PR.
The text was updated successfully, but these errors were encountered:
I suggest that adding parameters to LMDBer.reopen to override the default settings for maxdbs and maxsize will work for all instances. then fix config to provide those overrides when setting up dbs.
Feature request description/rationale
In PR #810, @pfeairheller added a feature to set the maximum file size for the main KERIpy LMDB database (Baser).
In witnesses, we realized that also the mailbox DB can grow considerably, so we need a way to change the
map_size
config for other dbs.Should we allow the configuration on some selected DBs? or should we apply a global setting in LMDBer? I'd like to hear opinions before starting a PR.
The text was updated successfully, but these errors were encountered: