Update messaging.py
This commit is contained in:
parent
1ed41d03ea
commit
0446aea20e
|
@ -52,7 +52,7 @@ def get_certificates(exclude=None):
|
||||||
|
|
||||||
certs = []
|
certs = []
|
||||||
|
|
||||||
for c in windowed_query(q, Certificate.id, 100):
|
for c in windowed_query(q, Certificate.id, 10000):
|
||||||
if needs_notification(c):
|
if needs_notification(c):
|
||||||
certs.append(c)
|
certs.append(c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue