From f7f903984045c58d94866b1177c45103a3f2999a Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Wed, 2 Mar 2016 17:00:09 -0800 Subject: [PATCH] sdm660-common: gps: Increase batch size to max * Hardware supports 40 Change-Id: I075fff615814fa105ec1493c5bdde60b8abccf0e --- gps/etc/flp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps/etc/flp.conf b/gps/etc/flp.conf index 65d54d38..19851b5e 100644 --- a/gps/etc/flp.conf +++ b/gps/etc/flp.conf @@ -12,7 +12,7 @@ # of batched locations that can be allocated, # which is limited by memory. The default # batch size defined as 20 as below. -BATCH_SIZE=20 +BATCH_SIZE=40 ################################### # FLP OUTDOOR TRIP BATCH SIZE