blob: ee7616ea0cbd1f31e25f5529a53df9af1a2d186a [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "diagnostics/grpc_async_adapter/async_grpc_constants.h"
namespace diagnostics {
const int kMaxGrpcMessageSize = 4 * 1024 * 1024;
} // namespace diagnostics