memory optimisation

master
steffen 4 years ago
parent 64b2f34043
commit 374c865c36

@ -122,7 +122,7 @@ struct s_osm_xmlcallback {
// //
// number of Hashnodes to keep in memory // number of Hashnodes to keep in memory
#define OSM_HASHNODES 64 #define OSM_HASHNODES 32
static struct s_osm_hashnodes _hashnodes[OSM_HASHNODES]; static struct s_osm_hashnodes _hashnodes[OSM_HASHNODES];
static struct s_osm_hashnodes *hashnodes[OSM_HASHNODES]; static struct s_osm_hashnodes *hashnodes[OSM_HASHNODES];

Loading…
Cancel
Save