1
#include "source/common/runtime/runtime_keys.h"
2

            
3
namespace Envoy {
4
namespace Runtime {
5

            
6
const absl::string_view Keys::GlobalMaxCxRuntimeKey = "overload.global_downstream_max_connections";
7

            
8
} // namespace Runtime
9
} // namespace Envoy