diff options
author | Pranav Vashi <neobuddy89@gmail.com> | 2018-04-02 00:56:45 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-29 17:12:44 +0200 |
commit | b851b181286475c204cd966419f550207ed67150 (patch) | |
tree | 45f8c57e7d3b7ed9faa72414a4e0da968b87f9f5 /gps/etc | |
parent | b20baf8b00ae7cbacf831e4c83ec0e951eb82041 (diff) |
msm8996: gps: Increase batch size to max
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Diffstat (limited to 'gps/etc')
-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 dae3b82..752ea47 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 # The number of batched locations # requested to modem for outdoor |