Explorar el Código

Avoid router match graph generation affecting benchmark result.

Sönke Ludwig hace 9 años
padre
commit
9408dcbc30
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      frameworks/D/vibed/source/mongodb.d

+ 1 - 0
frameworks/D/vibed/source/mongodb.d

@@ -14,6 +14,7 @@ shared static this()
 {
 	auto router = new URLRouter;
 	router.registerWebInterface(new WebInterface);
+	router.rebuild();
 
 	auto settings = new HTTPServerSettings;
 	settings.bindAddresses = ["0.0.0.0"];