]> git.lizzy.rs Git - plan9front.git/commit
libndb: remove db file size limit
authorkvik <kvik@a-b.xyz>
Sun, 6 Dec 2020 23:36:41 +0000 (00:36 +0100)
committerkvik <kvik@a-b.xyz>
Sun, 6 Dec 2020 23:36:41 +0000 (00:36 +0100)
commita92ffdbbfb3157d6fef23e3a8901c7ecdea68f1b
treea3cec3344a546ac6e523e2dc59490210834c6fc2
parentc924edb91ddb256ebe7a3654697494ac30eff8da
libndb: remove db file size limit

Removes the 128 kB limit for files making up the database.
We used to skip over and complain about files that exceeded
the limit, forcing the user to generate hash files.

This caused things to inexplicably stop working after a file
hit the hidden limit, which is unreasonable behaviour considering
that libndb happily, albeit slowly, works with bigger files.
sys/src/libndb/ndbhash.c