Skip to content

Commit

Permalink
fixup! test: get tests to pass without setting NONCE_LIMITER_RESET_FR…
Browse files Browse the repository at this point in the history
…EQUENCY
  • Loading branch information
JamesPiechota committed Dec 24, 2024
1 parent da31a58 commit 0eb8ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_nonce_limiter_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ init([]) ->
end,
Config#config.nonce_limiter_client_peers
),
Client = ?CHILD(ar_nonce_limiter_client, worker),
Client = ?CHILD_SUP(ar_nonce_limiter_client, worker),
Server = ?CHILD(ar_nonce_limiter_server, worker),
NonceLimiter = ?CHILD(ar_nonce_limiter, worker),

Expand Down

0 comments on commit 0eb8ed8

Please sign in to comment.