Merge branch 'main' into auto_mark_posts_as_read

This commit is contained in:
Dessalines 2024-11-07 12:31:27 -05:00 committed by GitHub
commit 9e7ab40250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2047,7 +2047,7 @@ mod tests {
let data = init_data(pool).await?; let data = init_data(pool).await?;
// Make sure the post_view query is less than this time // Make sure the post_view query is less than this time
let duration_max = Duration::from_millis(40); let duration_max = Duration::from_millis(80);
// Create some dummy posts // Create some dummy posts
let num_posts = 1000; let num_posts = 1000;