Skip to content

Commit

Permalink
Removed parallel listing fetching as it might hit onto system's resou…
Browse files Browse the repository at this point in the history
…rce limits (this has been reported)
  • Loading branch information
yrashk committed Feb 4, 2011
1 parent 3781ac6 commit ab762b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agner_main.erl
Expand Up @@ -237,7 +237,7 @@ handle_command(list, Opts) ->
ShowDescriptions = proplists:get_value(descriptions, Opts),
Search = proplists:get_value(search, Opts),
Properties = lists:map(fun list_to_atom/1, string:tokens(proplists:get_value(properties, Opts,""),",")),
io:format("~s",[lists:usort(plists:map(fun (Name) ->
io:format("~s",[lists:usort(lists:map(fun (Name) ->
Spec = agner:spec(Name),
Searchable = string:to_lower(lists:flatten([Name,proplists:get_value(description,Spec,[])|proplists:get_value(keywords,Spec,[])])),
Show =
Expand Down

0 comments on commit ab762b1

Please sign in to comment.