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