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

Commit b95277e7 authored by Jasperln's avatar Jasperln
Browse files

Add constants to adjust Vending input and output buffer sizes.

- Needed for Bug: 2058060
parent d5884a9b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2972,6 +2972,18 @@ public final class Settings {
        public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS =
                "vending_pd_resend_frequency_ms";

        /**
         * Size of buffer in bytes for Vending to use when reading cache files.
         */
        public static final String VENDING_DISK_INPUT_BUFFER_BYTES =
                "vending_disk_input_buffer_bytes";

        /**
         * Size of buffer in bytes for Vending to use when writing cache files.
         */
        public static final String VENDING_DISK_OUTPUT_BUFFER_BYTES =
                "vending_disk_output_buffer_bytes";

        /**
         * Frequency in milliseconds at which we should cycle through the promoted applications
         * on the home screen or the categories page.