Merge "Delay index job a little bit" into pi-dev am: 5530329da2

am: 2d462ea467

Change-Id: I40bd038c46ed428096d8b6e17ba0326d2e98c827
This commit is contained in:
Jason Monk
2018-05-15 06:25:26 -07:00
committed by android-build-merger

View File

@@ -65,7 +65,7 @@ public interface DeviceIndexFeatureProvider {
context.getSystemService(JobScheduler.class).schedule(
new JobInfo.Builder(jobId, jobComponent)
.setPersisted(true)
.setMinimumLatency(1)
.setMinimumLatency(1000)
.setOverrideDeadline(1)
.build());