diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |