这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class EddaImageJanitorCrawler implements JanitorCrawler {
/** The name representing the additional field name for whether the image is a base image. **/
public static final String AMI_FIELD_BASE_IMAGE = "Base_Image";

private static final int BATCH_SIZE = 500;
private static final int BATCH_SIZE = 100;

private final EddaClient eddaClient;
private final List<String> regions = Lists.newArrayList();
Expand Down