Skip to content

Commit

Permalink
Remove this.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 19, 2024
1 parent d2cb821 commit cf3fd62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/builtins/builtins_request.ml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ let _ =
~descr:
"Resolve a request, i.e. attempt to get a valid local file. The \
operation can take some time. Return true if the resolving was \
successful, false otherwise (timeout or invalid URI). The request \
should not be decoded afterward: this is mostly useful to download \
files such as playlists, etc."
successful, false otherwise (timeout or invalid URI)."
(fun p ->
let timeout =
Lang.to_valued_option Lang.to_float (List.assoc "timeout" p)
Expand Down

0 comments on commit cf3fd62

Please sign in to comment.