Subject: | Fail gracefully when database hits max size |
Maximum database size is determined by pack_size when the database is created. Currently, when the database gets too big it gets corrupted and programs using the database yield various random errors. It would be nice if DBM::Deep would fail gracefully when the database hits its maximum size, yielding an error message like "Database full: recreate using larger pack_size". Thank you.