Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99cfc226 authored by Jeff Brown's avatar Jeff Brown
Browse files

Raise default connection pool size.

Bug: 5763266
Change-Id: I8460c942ef882ea747d2b5756c708fce2849de93
parent 77aba791
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -601,9 +601,9 @@
    <!-- The restoring is handled by modem if it is true-->
    <bool translatable="false" name="skip_restoring_network_selection">false</bool>

    <!-- Number of database connections opened and managed by framework layer
    <!-- Maximum number of database connections opened and managed by framework layer
         to handle queries on each database. -->
    <integer name="db_connection_pool_size">1</integer>
    <integer name="db_connection_pool_size">4</integer>

    <!-- Max space (in MB) allocated to DownloadManager to store the downloaded
         files if they are to be stored in DownloadManager's data dir,