Skip to content

Commit

Permalink
Merge b08d038 into 9ffd5c1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 25, 2020
2 parents 9ffd5c1 + b08d038 commit ba558cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manage.py
Expand Up @@ -377,9 +377,6 @@ def _run_collection(name, collection_id):

db = Database()
db.set_search_path([name, 'public'])
db.execute('SET parallel_tuple_cost = 0.00001')
db.execute('SET parallel_setup_cost = 0.00001')
db.execute("SET work_mem = '10MB'")
db.execute_values('INSERT INTO field_counts VALUES %s', db.all("""
/* kingfisher-summarize field-counts */
Expand Down

0 comments on commit ba558cf

Please sign in to comment.