You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the knex insert queries in the insert-into-tables.js appear to now be generating pooling errors. Perhaps the fix here is to insert an entire admin geojson using one connection rather than many small connections
the knex insert queries in the
insert-into-tables.jsappear to now be generating pooling errors. Perhaps the fix here is to insert an entire admin geojson using one connection rather than many small connections