[ {dmt_client, [ {transport_opts, #{ recv_timeout => 60000, connect_timeout => 1000 }}, {woody_event_handlers, [ {scoper_woody_event_handler, #{ event_handler_opts => #{ formatter_opts => #{ max_length => 1000 } } }} ]}, {cache_update_interval, 5000}, % milliseconds {cache_update_pull_limit, 10}, % event batch size {max_cache_size, #{ elements => 20, memory => 52428800 % 50Mb }}, {cache_server_call_timeout, 10000}, {service_urls, #{ 'Repository' => <<"dominant:8022/v1/domain/repository">>, 'RepositoryClient' => <<"dominant:8022/v1/domain/repository_client">> }} ]} ].