-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Fixed re-reloading the harmonization file after each iteration
As of now each new message re-loads the actual harmonization conf, which unfortuneatly results in a high CPU drain. This commit adds the harmonization parameter to the function call, so the harmonization is loaded from the internal python memory allocated space & no more file read/write has to be done. Fixes #2098 Signed-off-by: Sebastian Waldbauer <[email protected]>
- Loading branch information
1 parent
7363e5a
commit 644b3c5
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters