Function indyrs::set_runtime_config

source ·
pub fn set_runtime_config(config: &str) -> ErrorCode
Expand description

Set libindy runtime configuration. Can be optionally called to change current params.

Arguments

  • config - { “crypto_thread_pool_size”: - size of thread pool for the most expensive crypto operations. (4 by default) }