SWDEV-382664 - Remove WaveLimiter init
The wavelimiter init was unintentionally added in one change. It wasn't supposed to perform any logic, since LC doesn't support it and the number of waves can be overwritten only with an environment variable. Change-Id: I447bd1ad685800f874b6a6fb7409dc67e43640ff
Этот коммит содержится в:
коммит произвёл
German Andryeyev
родитель
97243ff755
Коммит
4830dd168c
@@ -498,7 +498,6 @@ const LightningProgram& LightningKernel::prog() const {
|
||||
|
||||
#if defined(USE_COMGR_LIBRARY)
|
||||
bool LightningKernel::init() {
|
||||
waveLimiter_.enable();
|
||||
return GetAttrCodePropMetadata();
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user