Skip to content

Commit

Permalink
Remove folsom references.
Browse files Browse the repository at this point in the history
We removed it in the main repo already.

Issue: apache/couchdb#4650
  • Loading branch information
nickva committed Jul 19, 2023
1 parent 961a5c8 commit fe7f242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ioq.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]).
-export([get_io_priority/0, set_io_priority/1, maybe_set_io_priority/1]).

-define(APPS, [config, folsom, couch_stats, ioq]).
-define(APPS, [config, couch_stats, ioq]).

set_io_priority(Priority) ->
erlang:put(io_priority, Priority).
Expand Down
2 changes: 1 addition & 1 deletion test/ioq_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all_test_() ->

setup() ->
Apps = test_util:start_applications([
config, folsom, couch_log, couch_stats, ioq
config, couch_log, couch_stats, ioq
]),
FakeServer = fun(F) ->
receive {'$gen_call', {Pid, Ref}, Call} ->
Expand Down

0 comments on commit fe7f242

Please sign in to comment.