chg: Sanitize more IPs at once

pull/12/head
Raphaël Vinot 2018-11-26 14:58:23 +01:00
parent aba1ad87d4
commit fbbf85cd21
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Sanitizer():
while True:
if shutdown_requested():
break
uuids = self.redis_intake.spop('intake', 100)
uuids = self.redis_intake.spop('intake', 1000)
if not uuids:
break
for_cache = []