diff --git a/src/flask_covid19/blueprints/data_rki/rki_service_update.py b/src/flask_covid19/blueprints/data_rki/rki_service_update.py
index 97eff8d79a3809a31b4c0346460496dabcaa4399..d5121e2a78d716a8a9b8797757b453e4afa235dd 100644
--- a/src/flask_covid19/blueprints/data_rki/rki_service_update.py
+++ b/src/flask_covid19/blueprints/data_rki/rki_service_update.py
@@ -242,11 +242,11 @@ class RkiServiceUpdateFull(RkiServiceUpdateBase):
                     k += 1
                     i += 1
             d += 1
-            if d % 7 == 0:
-                db.session.commit()
-                sd = str(my_meldedatum)
-                app.logger.info(" full update RKI data ... " + str(i) + " rows ... " + sd + " (" + str(k) + ")")
-                k = 0
+            # if d % 7 == 0:
+            db.session.commit()
+            sd = str(my_meldedatum)
+            app.logger.info(" full update RKI data ... " + str(i) + " rows ... " + sd + " (" + str(k) + ")")
+            k = 0
         db.session.commit()
         app.logger.info(" full update RKI data ... " + str(i) + " total rows")
         app.logger.info("")