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

Commit 928363bd authored by Charlie Boutier's avatar Charlie Boutier Committed by Gerrit Code Review
Browse files

Merge "PandoraServer: Make factoryReset timeout explicit" into main

parents 5cb2b031 a8967e88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class Host(
    }

    override fun factoryReset(request: Empty, responseObserver: StreamObserver<Empty>) {
        grpcUnary<Empty>(scope, responseObserver, 30) {
        grpcUnary<Empty>(scope, responseObserver, timeout = 30) {
            Log.i(TAG, "factoryReset")

            // remove bond for each device to avoid auto connection if remote resets faster