diff --git a/apps/transport/lib/irve/extractor.ex b/apps/transport/lib/irve/extractor.ex index c44a9f860e..7679a24534 100644 --- a/apps/transport/lib/irve/extractor.ex +++ b/apps/transport/lib/irve/extractor.ex @@ -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 )