diff options
author | Mayeul Cantan <oss+nheko@mayeul.net> | 2022-07-19 13:42:28 +0200 |
---|---|---|
committer | Mayeul Cantan <oss+nheko@mayeul.net> | 2022-07-19 14:13:14 +0200 |
commit | 702d7e620ff8ce8c2b49700f8c784a2dac66e556 (patch) | |
tree | 32909ce8805507253b703f2a37caeeafc9dd1340 /src/Cache.cpp | |
parent | Translated using Weblate (Finnish) (diff) | |
download | nheko-702d7e620ff8ce8c2b49700f8c784a2dac66e556.tar.xz |
Better handle 32-bit platforms by limitting database size
Experimentally, setting the database size to 2GB didn't work. These values are quite arbitrary, and should probably be settings or automatically adjusted.
Diffstat (limited to '')
-rw-r--r-- | src/Cache.cpp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp |