Skip to content

Commit

Permalink
Increase number of inscriptions in RSS feed (ordinals#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Feb 7, 2023
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
Expand Up @@ -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}"))
Expand Down

0 comments on commit c9619fb

Please sign in to comment.