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

Commit c057bd3c authored by Ricky Wai's avatar Ricky Wai Committed by Android (Google) Code Review
Browse files

Merge "Change storage check timeout from 300ms to 5mins" into sc-dev

parents c3bd9def 5eb14cc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,7 @@ static constexpr unsigned int STORAGE_DIR_CHECK_MAX_INTERVAL_US = 1000;
 * If it exceeds 2s, PROC_START_TIMEOUT_MSG will kill the starting app anyway,
 * If it exceeds 2s, PROC_START_TIMEOUT_MSG will kill the starting app anyway,
 * so it's fine to assume max retries is 5 mins.
 * so it's fine to assume max retries is 5 mins.
 */
 */
static constexpr int STORAGE_DIR_CHECK_TIMEOUT_US = 1000 * 60 * 5;
static constexpr int STORAGE_DIR_CHECK_TIMEOUT_US = 1000 * 1000 * 60 * 5;


/**
/**
 * A helper class containing accounting information for USAPs.
 * A helper class containing accounting information for USAPs.