Drop the trace_use_job_queue option

This has been set as true by default, and in production, for many
years. I don't think there's much use in keeping the setting around
any longer.
This commit is contained in:
Andy Allan 2021-11-24 15:23:27 +00:00
parent abbd5a30d4
commit 3aa8292d6d
3 changed files with 4 additions and 8 deletions

View file

@ -63,10 +63,6 @@ spam_threshold: 50
diary_feed_delay: 0
# Default legale (jurisdiction location) for contributor terms
default_legale: GB
# Use the built-in jobs queue for importing traces
# Set to false if you are using the external high-speed gpx importer
# https://github.com/openstreetmap/gpx-import
trace_use_job_queue: true
# Location of GPX traces and images
gpx_trace_dir: "/home/osm/traces"
gpx_image_dir: "/home/osm/images"