From 28d5b1b4bbebad2798f160468aa8389260f28f4b Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 2 Apr 2023 22:39:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bcc9e..a1895cb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ sqlite / fts5 * [ ] Crawl queue balancer, that depends from CPU available * [ ] Implement smart queue algorithm that indexing new sites homepage in higher priority * [ ] Implement database autobackup on crawl process completting -* [ ] Add transactions to prevent potential DB crashes +* [ ] Add transactions to prevent data loss on DB crashes * [ ] Distributed index data sharing between the nodes trough service API * [ ] An idea to make unique gravatars for sites without favicons, because simpler to ident, comparing to ipv6 * [ ] An idea to make some visitors counters, like in good old times?