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

Refactoring: vaccination

parent 64b00c7a
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
Subproject commit baa0a8808240950d310b051cde4ffb603c106ef7
Subproject commit 93bbf4ad1862ce57458180baec978dc348381256
......@@ -101,7 +101,7 @@ class RkiServiceImport:
if (k % 2000) == 0:
db.session.commit()
app.logger.info(" import RKI ... " + str(k) + " rows")
if k == 500000:
if k == 230091:
break
db.session.commit()
app.logger.info(" import RKI ... " + str(k) + " rows total")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment