Skip to content

Commit

Permalink
Using max_int wasn't a good idea (#2881)
Browse files Browse the repository at this point in the history
Co-authored-by: Cuihtlauac ALVARADO <[email protected]>
  • Loading branch information
cuihtlauac and Cuihtlauac ALVARADO authored Dec 19, 2024
1 parent acd9f50 commit 80e6885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/ood-gen/lib/news.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module RssFeed = struct
let create_feed () =
let open Rss in
all ()
|> create_entries ~create_entry ~days:max_int (* FIXME *)
|> create_entries ~create_entry ~days:9000 (* FIXME *)
|> entries_to_feed ~id:"news.xml" ~title:"OCaml News @ OCaml.org"
|> feed_to_string
end

0 comments on commit 80e6885

Please sign in to comment.