We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38465dd commit c9a2f4cCopy full SHA for c9a2f4c
adserver/models.py
@@ -1496,7 +1496,7 @@ def refresh_denormalized_totals(self):
1496
"""
1497
Refresh the denormalized total_views and total_clicks fields from AdImpression.
1498
1499
- This should be called periodically (e.g., hourly or daily) instead of updating
+ This should be called every few minutes instead of updating
1500
these fields in real-time to avoid lock contention.
1501
1502
aggregation = AdImpression.objects.filter(advertisement__flight=self).aggregate(
0 commit comments