diff --git a/license_header b/license_header index bfad0a1..76ca316 100644 --- a/license_header +++ b/license_header @@ -1,4 +1,2 @@ -# lice - Copyright 2024 Yahoo Inc. Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms. diff --git a/server/server.go b/server/server.go index a68a7e2..c4b8d5a 100644 --- a/server/server.go +++ b/server/server.go @@ -227,7 +227,6 @@ func Main() { recovery.UnaryServerInterceptor(recovery.WithRecoveryHandler(recoveryHandler)), interceptor.AccessLogInterceptor(), } - if cfg.ShutdownOnInternalFailure { criteria := cfg.ShutdownOnInternalFailureCriteria shutdownCounterConfig := interceptor.ShutdownCounterConfig{