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

Commit b0cba433 authored by lknguyen's avatar lknguyen
Browse files

Add a new checkin server flag for Vending Machine client server ping frequency...

Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads.
parent 083928fe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2827,6 +2827,13 @@ public final class Settings {
        public static final String VENDING_HEARTBEAT_FREQUENCY_MS =
                "vending_heartbeat_frequency_ms";

        /**
         * Frequency in milliseconds at which we should resend pending download
         * requests to the API Server from the Vending Machine client.
         */
        public static final String VENDING_PENDING_DOWNLOAD_RESEND_FREQUENCY_MS =
                "vending_pending_download_resend_frequency_ms";

        /**
         * URL that points to the legal terms of service to display in Settings.
         * <p>