Skip to content

Commit

Permalink
Update camera uploads period
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Dec 11, 2017
1 parent 5da71ad commit 104ca15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class CameraUploadsSyncHandler {

private static final String TAG = CameraUploadsSyncHandler.class.getSimpleName();
private static IndexedForest<CameraUploadsSyncHandler> mPendingCameraUploads = new IndexedForest<>();
private static final long MILLISECONDS_INTERVAL_CAMERA_UPLOAD = 120000;
private static final long MILLISECONDS_INTERVAL_CAMERA_UPLOAD = 900000;

private CameraUploadsConfiguration mCameraUploadsConfig; // Camera uploads configuration, set by the user
private Context mContext;
Expand Down

0 comments on commit 104ca15

Please sign in to comment.