From 0f3054ae039981cff3fcb3a3470e87235b1a002a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 26 Sep 2018 16:31:13 +0300 Subject: [PATCH] README.md: Add TODO about batch DB inserts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c9691f..ca1b1bb 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The API exposes the following endpoints: - Close up DB connection when gunicorn shuts down gracefully - Better logging - Tests +- Use batch inserts to the DB ## License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).