Store entry html content outside DB in file storage
Since the HTML content can get quite big and can have embeded images.
This commit is contained in:
@@ -117,7 +117,6 @@ pub async fn main() -> Result<()> {
|
||||
title: args.title,
|
||||
url: args.url,
|
||||
description: args.description,
|
||||
html_content: None,
|
||||
feed_id: args.feed_id,
|
||||
published_at: Utc::now(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user