From ea984d3b3ed98987d335e4de6d61e2aab0955ff3 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Fri, 27 Jun 2025 20:01:55 -0400 Subject: [PATCH] Turn off ahoy geocoding --- config/initializers/ahoy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/ahoy.rb b/config/initializers/ahoy.rb index 9d6a649..f3c9158 100644 --- a/config/initializers/ahoy.rb +++ b/config/initializers/ahoy.rb @@ -7,6 +7,6 @@ Ahoy.api = false # set to true for geocoding (and add the geocoder gem to your Gemfile) # we recommend configuring local geocoding as well # see https://github.com/ankane/ahoy#geocoding -Ahoy.geocode = true +Ahoy.geocode = false Ahoy.job_queue = :literally_whenever