diff options
author | Ethan Chen <intervigil@gmail.com> | 2016-03-02 17:00:09 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-27 21:09:44 +0200 |
commit | 6a6dc458e2da68233be0de9c71c9432f4c09a1c8 (patch) | |
tree | 96ac0572ec4c9f1151e134f92bd8f9e2dd6d252e | |
parent | 172cf46ea62022c8283ed8cc4fc7cdaffc9d9c5f (diff) |
sdm660-common: gps: Increase batch size to max
* Hardware supports 40
Change-Id: I075fff615814fa105ec1493c5bdde60b8abccf0e
-rw-r--r-- | gps/etc/flp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/etc/flp.conf b/gps/etc/flp.conf index 65d54d3..19851b5 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 |