aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d4d533..fc022cf 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,4 @@ __NOTE__: Articles that have the same title in differing sources, the first to b
## Technical debt - components that I need to spend longer thinking about/refactoring
* Articles having the same title will have a collision due to database design (Title is a unique field), thus only the first inserted article will stay, the other deleted.
-* Program is a bit slow
+* Program is a bit slow when inserting due to constant try{}check{}'ing. Will become a proper big problem in certain scenarios where you might have a large amount of articles before each update