Skip to content

Commit

Permalink
Fix unclear comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Mar 4, 2024
1 parent 5785a9a commit 5b7782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/transport/lib/irve/extractor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ defmodule Transport.IRVE.Extractor do
end,
timeout: 100_000,
on_timeout: :kill_task,
# Going higher will work, but there is a risk that rate-limiter & throttling
# Going higher will work, but there is a risk that data gouv rate-limiter & throttling
# will kick-in, impacting other processes from our same IP address
max_concurrency: 10
)
Expand Down

0 comments on commit 5b7782a

Please sign in to comment.