[frontend] Set value of grpc server processing threads from config
requested to merge 1211-number-of-grpc-server-processing-threads-not-set-according-to-config-value into main
Description
Previously we were ignoring the value set in the configuration file for the number of server processing threads and always setting the default value instead. This commit ensures that if a proper value is set in the config, then it is used instead of the default. It also adds a validity check for the value set, and throws an exception at startup time if the check does not pass.
Checklist
-
Documentation reflects the changes made. -
Merge Request title is clear, concise, and suitable as a changelog entry. See this link
References
Closes #1211 (closed)
Edited by Niels Alexander Buegel