Skip to content
Snippets Groups Projects
Commit c53678e5 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.18 Release

parent 5aea02ba
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ class EcdcServiceImport:
)
db.session.add(o)
k = k + 1
if (k % 100) == 0:
if (k % 500) == 0:
db.session.commit()
app.logger.info(" import ECDC ... " + str(k) + " rows")
db.session.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment