Skip to content
Snippets Groups Projects
Commit 293a9b36 authored by Craig Tiller's avatar Craig Tiller
Browse files

test code

parent 61ed0015
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,8 @@
static dispatch_once_t initialization;
dispatch_once(&initialization, ^{
grpc_init();
grpc_tracer_set_enabled("api", 1);
grpc_tracer_set_enabled("tcp", 1);
});
// Each completion queue consumes one thread. There's a trade to be made between creating and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment