mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-22 08:29:07 -04:00
Merge branch 'master' into qa
* master: quiet down the logging
This commit is contained in:
commit
3e84d5e82f
@ -367,7 +367,7 @@ class RethinkDbFrontier:
|
||||
l = list(pages.values())
|
||||
for batch in (l[i:i+50] for i in range(0, len(l), 50)):
|
||||
try:
|
||||
self.logger.info(
|
||||
self.logger.debug(
|
||||
'inserting/replacing batch of %s pages', len(batch))
|
||||
result = self.rr.table('pages').insert(
|
||||
batch, conflict='replace').run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user