Skip to content

Commit

Permalink
Increase number of inscriptions in RSS feed (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Feb 7, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent e37c990 commit c9619fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/server.rs
Original file line number Diff line number Diff line change
@@ -629,7 +629,7 @@ impl Server {

builder.generator(Some("ord".to_string()));

for (number, id) in index.get_feed_inscriptions(100)? {
for (number, id) in index.get_feed_inscriptions(300)? {
builder.item(
rss::ItemBuilder::default()
.title(format!("Inscription {number}"))

0 comments on commit c9619fb

Please sign in to comment.