]> git.openstreetmap.org Git - chef.git/commitdiff
Turn on tile updates on dribble
authorPaul Norman <penorman@mac.com>
Thu, 7 Nov 2024 21:15:46 +0000 (13:15 -0800)
committerGrant <github@firefishy.com>
Thu, 7 Nov 2024 21:48:08 +0000 (21:48 +0000)
roles/dribble.rb

index 3cdcbc2f8839852ae9fb5fbffa339374f69b007f..18865663701131f9842b436571dc3acb6438b176 100644 (file)
@@ -35,11 +35,6 @@ default_attributes(
         :effective_cache_size => "350GB"
       }
     }
-  },
-  :vectortile => {
-    :replication => {
-      :tileupdate => :disabled
-    }
   }
 )