chunked deletion

This commit is contained in:
holger krekel
2024-07-09 23:24:28 +02:00
parent af83ca0235
commit f1c10cac2b
2 changed files with 13 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ def test_remove_stale_users(db, example_config):
# create some stale and some new accounts
to_remove = []
for i in range(10):
for i in range(150):
addr = f"oldold{i:03}@chat.example.org"
create_user(addr, last_login=old)
with db.read_connection() as conn: