Skip to content

Commit f4b9b66

Browse files
committed
updated readme
1 parent 9c684bc commit f4b9b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In most cases, if you're attempting something that cannot be reasonably accompli
4848

4949
If you have a performance problem, the most likely causes are inefficient queries, improper indexing, or a lack of [WAL mode](./docs/performance.md)—not `better-sqlite3` itself. However, there are some cases where `better-sqlite3` could be inappropriate:
5050

51-
- If you expect a high volume of concurrent reads each returning tens of megabytes of data (i.e., videos)
51+
- If you expect a high volume of concurrent reads each returning many megabytes of data (i.e., videos)
5252
- If you expect a high volume of concurrent writes (i.e., a social media site)
5353
- If your database's size is near the terabyte range
5454

0 commit comments

Comments
 (0)