this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use create_node/start_node to start distributed cluster

garrison 4bee85ec b185c747

+7 -3
+7 -3
lib/hobbes.ex
··· 44 44 ], 45 45 ] 46 46 47 - SimProcess.spawn_node(node, fn -> 48 - Hobbes.AppShim.start(nil, [config]) 49 - end) 47 + mfa = { 48 + Hobbes.AppShim, 49 + :start, 50 + [nil, [config]], 51 + } 52 + Sim.create_node(node, mfa) 53 + Sim.start_node(node) 50 54 end) 51 55 52 56 coordinators