Update messaging.py

This commit is contained in:
Curtis 2019-06-06 13:35:45 -07:00 committed by GitHub
parent 1ed41d03ea
commit 0446aea20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def get_certificates(exclude=None):
certs = []
for c in windowed_query(q, Certificate.id, 100):
for c in windowed_query(q, Certificate.id, 10000):
if needs_notification(c):
certs.append(c)