@@ -55,7 +55,7 @@ namespace ServiceStackBenchmark.Model
});
// update the dataase with the above changes
- db.Update<World>(worlds);
+ db.UpdateAll<World>(worlds);
// return updated collection
return worlds;
@@ -17,6 +17,8 @@ namespace ServiceStackBenchmark.SelfHost
try
{
appHost.Init();
+
+ // TODO: switch to Start after the next ServiceStack deployment (added to framework on commit #806)
appHost.StartListening(listeningOn);
}
catch (Exception ex)