From 1b9ab35d531c8326c283ae739e0dcef3dc1f34ee Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 29 Oct 2007 16:44:20 +0200 Subject: [PATCH] Don't call the sqlite progress handler cb too often --- src/osm-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osm-db.c b/src/osm-db.c index 6fdf2e7..fcc8d74 100644 --- a/src/osm-db.c +++ b/src/osm-db.c @@ -38,7 +38,7 @@ /* #define DEBUG_OSM_TIME */ #define OSM_PLACE_CACHE_MAX_ITEMS (64) -#define OSM_DB_PROGRESS_NUM (10000) +#define OSM_DB_PROGRESS_NUM (20000) /* Node search ranges */ #define OSM_RANGE_START (16384) -- 2.39.5