mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2025-08-07 12:26:57 +02:00
Remove old comments
This commit is contained in:
parent
13d2490df4
commit
67fd4dd777
@ -49,8 +49,7 @@ def spanner_read_data(request=None):
|
|||||||
|
|
||||||
logging.info("For {}:{}".format(instance_id, database_id))
|
logging.info("For {}:{}".format(instance_id, database_id))
|
||||||
|
|
||||||
# Delete Batches. Also deletes child batch_bsos rows (INTERLEAVE
|
# Count users
|
||||||
# IN PARENT batches ON DELETE CASCADE)
|
|
||||||
with statsd.timer("syncstorage.count_users.duration"):
|
with statsd.timer("syncstorage.count_users.duration"):
|
||||||
with database.snapshot() as snapshot:
|
with database.snapshot() as snapshot:
|
||||||
query = 'SELECT COUNT (DISTINCT fxa_uid) FROM user_collections'
|
query = 'SELECT COUNT (DISTINCT fxa_uid) FROM user_collections'
|
||||||
|
Loading…
Reference in New Issue
Block a user